aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/boards/common/linux/rtc.cfg
blob: 3037a8aa88c548a0443d028bc1d09a4bd3fe970b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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