diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-02-06 08:06:22 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:57:08 -0500 |
commit | d2d1ef4f021d8a56f787af60a0b44ee758ef5013 (patch) | |
tree | 6dcda05031e3e068d87c25c151bb824d7628f013 /arch/arm/configs/mvebu_defconfig | |
parent | 568fc0a321a7f3ae1c3626a4f471d49ff005779c (diff) |
ARM: mvebu: Update defconfig to select SPI support
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Lior Amsalem <alior@marvell.com>
Acked-by: Gregory Clement <gregory.clement@free-electrons.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs/mvebu_defconfig')
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 4476a3014a72..12da3230bba0 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig | |||
@@ -39,6 +39,8 @@ CONFIG_MWIFIEX_SDIO=y | |||
39 | CONFIG_SERIAL_8250=y | 39 | CONFIG_SERIAL_8250=y |
40 | CONFIG_SERIAL_8250_CONSOLE=y | 40 | CONFIG_SERIAL_8250_CONSOLE=y |
41 | CONFIG_I2C=y | 41 | CONFIG_I2C=y |
42 | CONFIG_SPI=y | ||
43 | CONFIG_SPI_ORION=y | ||
42 | CONFIG_I2C_MV64XXX=y | 44 | CONFIG_I2C_MV64XXX=y |
43 | CONFIG_SERIAL_8250_DW=y | 45 | CONFIG_SERIAL_8250_DW=y |
44 | CONFIG_GPIOLIB=y | 46 | CONFIG_GPIOLIB=y |