summaryrefslogtreecommitdiffstats
path: root/conf/machine/boards/common/rtc.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/boards/common/rtc.cfg')
-rw-r--r--conf/machine/boards/common/rtc.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/boards/common/rtc.cfg b/conf/machine/boards/common/rtc.cfg
new file mode 100644
index 00000000..ac838f1d
--- /dev/null
+++ b/conf/machine/boards/common/rtc.cfg
@@ -0,0 +1,15 @@
1# Enable the RTC
2
3CONFIG_RTC_LIB=y
4CONFIG_RTC_CLASS=y
5CONFIG_RTC_HCTOSYS=y
6CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
7
8#
9# RTC interfaces
10#
11CONFIG_RTC_INTF_SYSFS=y
12CONFIG_RTC_INTF_PROC=y
13CONFIG_RTC_INTF_DEV=y
14
15CONFIG_RTC_DRV_PCF8563=y \ No newline at end of file