From ab4d2cd1c9543efdf7e9bf942c0199d199abf3e0 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Tue, 30 Jul 2013 10:59:01 +0900 Subject: [PATCH] ARM: shmobile: ape6evm: Enable gpio-keys in defconfig Acked-by: Kuninori Morimoto Signed-off-by: Simon Horman --- arch/arm/configs/ape6evm_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig index dab5a7dfadc6..e4359c7e305d 100644 --- a/arch/arm/configs/ape6evm_defconfig +++ b/arch/arm/configs/ape6evm_defconfig @@ -54,7 +54,8 @@ CONFIG_NETDEVICES=y CONFIG_SMC91X=y CONFIG_SMSC911X=y # CONFIG_INPUT_MOUSEDEV is not set -# CONFIG_INPUT_KEYBOARD is not set +CONFIG_INPUT_EVDEV=y +CONFIG_KEYBOARD_GPIO=y # CONFIG_INPUT_MOUSE is not set # CONFIG_SERIO is not set CONFIG_SERIAL_NONSTANDARD=y -- 2.39.5