diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-30 17:44:51 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-08-03 18:12:17 +0000 |
commit | 7567facba537536aa325942823f3ec0ee1e0ea91 (patch) | |
tree | 5d18041ad360143088808b538c118c8b0968217f /arch/arm/configs | |
parent | 314d8371b0678ab63489a06025216f8d353a0caa (diff) | |
download | talos-obmc-linux-7567facba537536aa325942823f3ec0ee1e0ea91.tar.gz talos-obmc-linux-7567facba537536aa325942823f3ec0ee1e0ea91.zip |
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>
Diffstat (limited to 'arch/arm/configs')
-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 CONFIG_MARVELL_PHY=y CONFIG_MWIFIEX=y CONFIG_MWIFIEX_SDIO=y +CONFIG_INPUT_EVDEV=y +CONFIG_KEYBOARD_GPIO=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_I2C=y |