zetav2: Turn on full rtc support
authorAlan Cox <alan@linux.intel.com>
Sat, 25 Aug 2018 18:26:59 +0000 (19:26 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 25 Aug 2018 18:26:59 +0000 (19:26 +0100)
Now it's in the common driver code it's a matter of a define

Kernel/platform-zeta-v2/config.h

index e4b4fbb..3be3e98 100644 (file)
@@ -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 */