diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-30 11:44:51 -0400 |
|---|---|---|
| committer | Jason Cooper <jason@lakedaemon.net> | 2013-08-03 14:12:17 -0400 |
| commit | 7567facba537536aa325942823f3ec0ee1e0ea91 (patch) | |
| tree | 5d18041ad360143088808b538c118c8b0968217f | |
| parent | 314d8371b0678ab63489a06025216f8d353a0caa (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_defconfig | 2 |
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 | |||
| 39 | CONFIG_MARVELL_PHY=y | 39 | CONFIG_MARVELL_PHY=y |
| 40 | CONFIG_MWIFIEX=y | 40 | CONFIG_MWIFIEX=y |
| 41 | CONFIG_MWIFIEX_SDIO=y | 41 | CONFIG_MWIFIEX_SDIO=y |
| 42 | CONFIG_INPUT_EVDEV=y | ||
| 43 | CONFIG_KEYBOARD_GPIO=y | ||
| 42 | CONFIG_SERIAL_8250=y | 44 | CONFIG_SERIAL_8250=y |
| 43 | CONFIG_SERIAL_8250_CONSOLE=y | 45 | CONFIG_SERIAL_8250_CONSOLE=y |
| 44 | CONFIG_I2C=y | 46 | CONFIG_I2C=y |
