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 | fa1afc1fa92b5f933c874424524f476418683e48 (patch) | |
tree | dff814aaf3f9191853f7c841eedde92aa5355670 /target/linux/mvebu/config-default | |
parent | 3235d860a6cb80a6c4fca264b70d88db3e223654 (diff) | |
download | upstream-fa1afc1fa92b5f933c874424524f476418683e48.tar.gz upstream-fa1afc1fa92b5f933c874424524f476418683e48.tar.bz2 upstream-fa1afc1fa92b5f933c874424524f476418683e48.zip |
mvebu: add support for RTC
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35176
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 |