diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-12-12 10:06:26 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 18:57:05 +0100 |
commit | f18bfba41ea0c2f3af82df2a6fc519af87004355 (patch) | |
tree | b3ea060a3716f5df9015e19d1009142b0f80d662 /arch | |
parent | 7266d48fca8ee2a15d15222c41f887e10db54c5a (diff) | |
download | linux-3.10-f18bfba41ea0c2f3af82df2a6fc519af87004355.tar.gz linux-3.10-f18bfba41ea0c2f3af82df2a6fc519af87004355.tar.bz2 linux-3.10-f18bfba41ea0c2f3af82df2a6fc519af87004355.zip |
arm: mvebu: Update defconfig with Marvell RTC support
The RTC class driver is already part of the mvebu_defconfig but the
Marvell internal RTC not yet. Now that its support is added for mvebu
let's update the config file.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Tested-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index cbd91bce1ca..9d3922bf737 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -41,6 +41,7 @@ CONFIG_GPIO_SYSFS=y # CONFIG_USB_SUPPORT is not set CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_S35390A=y +CONFIG_RTC_DRV_MV=y CONFIG_DMADEVICES=y CONFIG_MV_XOR=y # CONFIG_IOMMU_SUPPORT is not set |