diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-21 17:12:54 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-21 17:20:36 -0500 |
commit | 9bfd143ed247fc7a9e0573dc1fbaf6d124b5cac9 (patch) | |
tree | 12bc2f82c6b3becc5e0431376ae6aec64c45e95a /arch/arm/configs | |
parent | 6435389dde897644b5e0f3202d0d2ce9e47ddf45 (diff) |
ARM: mvebu: update defconfig with I2C and RTC support
Now that we have support for the I2C busses on Armada 370/XP, and
support for the RTC on the OpenBlocks AX3-4 platform, include the
necessary options in mvebu_defconfig.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index cc2c3b2e9641..73b53fc06638 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig | |||
@@ -31,9 +31,13 @@ CONFIG_MARVELL_PHY=y | |||
31 | CONFIG_SERIAL_8250=y | 31 | CONFIG_SERIAL_8250=y |
32 | CONFIG_SERIAL_8250_CONSOLE=y | 32 | CONFIG_SERIAL_8250_CONSOLE=y |
33 | CONFIG_SERIAL_OF_PLATFORM=y | 33 | CONFIG_SERIAL_OF_PLATFORM=y |
34 | CONFIG_I2C=y | ||
35 | CONFIG_I2C_MV64XXX=y | ||
34 | CONFIG_GPIOLIB=y | 36 | CONFIG_GPIOLIB=y |
35 | CONFIG_GPIO_SYSFS=y | 37 | CONFIG_GPIO_SYSFS=y |
36 | # CONFIG_USB_SUPPORT is not set | 38 | # CONFIG_USB_SUPPORT is not set |
39 | CONFIG_RTC_CLASS=y | ||
40 | CONFIG_RTC_DRV_S35390A=y | ||
37 | CONFIG_DMADEVICES=y | 41 | CONFIG_DMADEVICES=y |
38 | CONFIG_MV_XOR=y | 42 | CONFIG_MV_XOR=y |
39 | # CONFIG_IOMMU_SUPPORT is not set | 43 | # CONFIG_IOMMU_SUPPORT is not set |