n8vem4/p112: Add in the full RTC support
authorAlan Cox <alan@linux.intel.com>
Sat, 25 Aug 2018 18:37:14 +0000 (19:37 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 25 Aug 2018 18:37:14 +0000 (19:37 +0100)
Again now it's in common code it's just a define.

Kernel/platform-n8vem-mark4/config.h
Kernel/platform-p112/config.h

index 8ab6bea..27dbcea 100644 (file)
@@ -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 */
index 92ded8f..6dfb9ba 100644 (file)
@@ -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 */