From: Thomas Petazzoni Date: Tue, 30 Jul 2013 15:44:51 +0000 (+0200) Subject: ARM: mvebu: add gpio-keys and input event support in defconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7567facba537536aa325942823f3ec0ee1e0ea91;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Signed-off-by: Jason Cooper --- 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