diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-15 19:55:19 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-15 19:55:19 +0000 |
commit | 7c1b02cfe60c58c647d2a4c06ff906e1f466ec3d (patch) | |
tree | c6439b78487069ced2b18d3faec493a5a25cb1e1 /target/linux/mvebu/config-default | |
parent | 6a962ce10a37a675477f7c918d5c2e98ec7db42b (diff) |
mvebu: add support for RTC
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35176 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/config-default')
-rw-r--r-- | target/linux/mvebu/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-default b/target/linux/mvebu/config-default index 4255efa21..562d6f04b 100644 --- a/target/linux/mvebu/config-default +++ b/target/linux/mvebu/config-default @@ -227,6 +227,7 @@ CONFIG_PLAT_VERSATILE=y CONFIG_PLAT_VERSATILE_CLCD=y CONFIG_PLAT_VERSATILE_SCHED_CLOCK=y # CONFIG_PREEMPT_RCU is not set +CONFIG_RTC_CLASS=y # CONFIG_SCSI_DMA is not set CONFIG_SERIAL_8250_DW=y # CONFIG_SERIAL_AMBA_PL010 is not set |