diff options
Diffstat (limited to 'conf/machine/boards/common/rtc.cfg')
| -rw-r--r-- | conf/machine/boards/common/rtc.cfg | 15 |
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 | |||
| 3 | CONFIG_RTC_LIB=y | ||
| 4 | CONFIG_RTC_CLASS=y | ||
| 5 | CONFIG_RTC_HCTOSYS=y | ||
| 6 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
| 7 | |||
| 8 | # | ||
| 9 | # RTC interfaces | ||
| 10 | # | ||
| 11 | CONFIG_RTC_INTF_SYSFS=y | ||
| 12 | CONFIG_RTC_INTF_PROC=y | ||
| 13 | CONFIG_RTC_INTF_DEV=y | ||
| 14 | |||
| 15 | CONFIG_RTC_DRV_PCF8563=y \ No newline at end of file | ||
