From bf41bcf446c050238b884d6160598ed0a5ca5686 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 25 Aug 2018 19:37:14 +0100 Subject: [PATCH] n8vem4/p112: Add in the full RTC support Again now it's in common code it's just a define. --- Kernel/platform-n8vem-mark4/config.h | 1 + Kernel/platform-p112/config.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Kernel/platform-n8vem-mark4/config.h b/Kernel/platform-n8vem-mark4/config.h index 8ab6bea5..27dbcea2 100644 --- a/Kernel/platform-n8vem-mark4/config.h +++ b/Kernel/platform-n8vem-mark4/config.h @@ -53,6 +53,7 @@ /* On-board DS1302 on Mark IV, we can read the time of day from it */ #define CONFIG_RTC +#define CONFIG_RTC_FULL #define CONFIG_RTC_INTERVAL 30 /* deciseconds between reading RTC seconds counter */ /* Memory backed devices */ diff --git a/Kernel/platform-p112/config.h b/Kernel/platform-p112/config.h index 92ded8fb..6dfb9bac 100644 --- a/Kernel/platform-p112/config.h +++ b/Kernel/platform-p112/config.h @@ -50,6 +50,7 @@ /* We have a DS1302, we can read the time of day from it */ #define CONFIG_RTC +#define CONFIG_RTC_FULL #define CONFIG_RTC_INTERVAL 30 /* deciseconds between reading RTC seconds counter */ /* Memory backed devices */ -- 2.34.1