aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-07-30 11:44:51 -0400
committerJason Cooper <jason@lakedaemon.net>2013-08-03 14:12:17 -0400
commit7567facba537536aa325942823f3ec0ee1e0ea91 (patch)
tree5d18041ad360143088808b538c118c8b0968217f
parent314d8371b0678ab63489a06025216f8d353a0caa (diff)
ARM: mvebu: add gpio-keys and input event support in defconfig
Some Armada 370/XP boards have GPIO buttons, so it makes sense to enable gpio-keys and the input event interface in mvebu_defconfig. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/configs/mvebu_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig
index 731814e2c189..594d706b641f 100644
--- a/arch/arm/configs/mvebu_defconfig
+++ b/arch/arm/configs/mvebu_defconfig
@@ -39,6 +39,8 @@ CONFIG_MVNETA=y
39CONFIG_MARVELL_PHY=y 39CONFIG_MARVELL_PHY=y
40CONFIG_MWIFIEX=y 40CONFIG_MWIFIEX=y
41CONFIG_MWIFIEX_SDIO=y 41CONFIG_MWIFIEX_SDIO=y
42CONFIG_INPUT_EVDEV=y
43CONFIG_KEYBOARD_GPIO=y
42CONFIG_SERIAL_8250=y 44CONFIG_SERIAL_8250=y
43CONFIG_SERIAL_8250_CONSOLE=y 45CONFIG_SERIAL_8250_CONSOLE=y
44CONFIG_I2C=y 46CONFIG_I2C=y