From: Alan Cox Date: Sat, 25 Aug 2018 18:37:14 +0000 (+0100) Subject: n8vem4/p112: Add in the full RTC support X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bf41bcf446c050238b884d6160598ed0a5ca5686;p=FUZIX.git n8vem4/p112: Add in the full RTC support Again now it's in common code it's just a define. --- 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 */