From: Alan Cox Date: Sat, 25 Aug 2018 18:26:59 +0000 (+0100) Subject: zetav2: Turn on full rtc support X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=177275b5ff5bbf7ee1b667b67de82a5fcfe24ffd;p=FUZIX.git zetav2: Turn on full rtc support Now it's in the common driver code it's a matter of a define --- diff --git a/Kernel/platform-zeta-v2/config.h b/Kernel/platform-zeta-v2/config.h index e4b4fbbd..3be3e982 100644 --- a/Kernel/platform-zeta-v2/config.h +++ b/Kernel/platform-zeta-v2/config.h @@ -47,6 +47,7 @@ /* On-board 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 */ /* Floppy support */