diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-01-15 19:55:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-01-15 19:55:19 +0000 |
commit | 6a09e327fef39a296189ee0a811e1176d7991df1 (patch) | |
tree | c6439b78487069ced2b18d3faec493a5a25cb1e1 /target/linux/mvebu/config-default | |
parent | 4713aef3ffb8d0d9aa1eae624acb913e8568d230 (diff) | |
download | master-187ad058-6a09e327fef39a296189ee0a811e1176d7991df1.tar.gz master-187ad058-6a09e327fef39a296189ee0a811e1176d7991df1.tar.bz2 master-187ad058-6a09e327fef39a296189ee0a811e1176d7991df1.zip |
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 4255efa210..562d6f04be 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 |