aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>2013-02-06 10:06:24 -0300
committerArnd Bergmann <arnd@arndb.de>2013-02-28 18:57:08 +0100
commitd0b8a49c4bddca6e9d55fc2eb1e151a7403a8093 (patch)
tree2ea46a9707340dd234970cb07fa785acc3a20acf /arch/arm/configs
parentARM: mvebu: Update defconfig to select SPI support (diff)
downloadlinux-dev-d0b8a49c4bddca6e9d55fc2eb1e151a7403a8093.tar.xz
linux-dev-d0b8a49c4bddca6e9d55fc2eb1e151a7403a8093.zip
ARM: mvebu: Update defconfig to select SPI flash and MTD support
The Armada XP DB-MV784MP-GP board has an SPI flash device. These options allow to access that device over MTD. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/mvebu_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig
index 12da3230bba0..da6ad6bd41e0 100644
--- a/arch/arm/configs/mvebu_defconfig
+++ b/arch/arm/configs/mvebu_defconfig
@@ -42,6 +42,9 @@ CONFIG_I2C=y
CONFIG_SPI=y
CONFIG_SPI_ORION=y
CONFIG_I2C_MV64XXX=y
+CONFIG_MTD=y
+CONFIG_MTD_CHAR=y
+CONFIG_MTD_M25P80=y
CONFIG_SERIAL_8250_DW=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_SYSFS=y