From 177275b5ff5bbf7ee1b667b67de82a5fcfe24ffd Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 25 Aug 2018 19:26:59 +0100 Subject: [PATCH] zetav2: Turn on full rtc support Now it's in the common driver code it's a matter of a define --- Kernel/platform-zeta-v2/config.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.34.1