z80pack: turn on rtc
authorAlan Cox <alan@linux.intel.com>
Tue, 14 Nov 2017 00:49:38 +0000 (00:49 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 14 Nov 2017 00:49:38 +0000 (00:49 +0000)
Kernel/platform-z80pack/config.h

index c953c12..f1ff818 100644 (file)
@@ -1,5 +1,7 @@
 /* We have an RTC */
 #define CONFIG_RTC
+/* And we can read ToD from it */
+#define CONFIG_RTC_FULL
 /* Enable to make ^Z dump the inode table for debug */
 #undef CONFIG_IDUMP
 /* Enable to make ^A drop back into the monitor */