aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/boards/common/linux/rtc.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/boards/common/linux/rtc.cfg')
-rw-r--r--conf/machine/boards/common/linux/rtc.cfg16
1 files changed, 0 insertions, 16 deletions
diff --git a/conf/machine/boards/common/linux/rtc.cfg b/conf/machine/boards/common/linux/rtc.cfg
deleted file mode 100644
index 3037a8aa..00000000
--- a/conf/machine/boards/common/linux/rtc.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-# Enable the RTC
-
-CONFIG_RTC_LIB=y
-CONFIG_RTC_CLASS=y
-CONFIG_RTC_HCTOSYS=y
-CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
-
-#
-# RTC interfaces
-#
-CONFIG_RTC_INTF_SYSFS=y
-CONFIG_RTC_INTF_PROC=y
-CONFIG_RTC_INTF_DEV=y
-
-CONFIG_RTC_DRV_PCF8563=y
-