diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-07-29 21:59:01 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-05 21:14:06 -0400 |
commit | ab4d2cd1c9543efdf7e9bf942c0199d199abf3e0 (patch) | |
tree | 1dd566c7880f90da73921ec26d7c4ffd7e0e103b /arch/arm | |
parent | 7c7d3d596c33f5cde22fd5744b6c9bb571637715 (diff) |
ARM: shmobile: ape6evm: Enable gpio-keys in defconfig
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/ape6evm_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
54 | CONFIG_SMC91X=y | 54 | CONFIG_SMC91X=y |
55 | CONFIG_SMSC911X=y | 55 | CONFIG_SMSC911X=y |
56 | # CONFIG_INPUT_MOUSEDEV is not set | 56 | # CONFIG_INPUT_MOUSEDEV is not set |
57 | # CONFIG_INPUT_KEYBOARD is not set | 57 | CONFIG_INPUT_EVDEV=y |
58 | CONFIG_KEYBOARD_GPIO=y | ||
58 | # CONFIG_INPUT_MOUSE is not set | 59 | # CONFIG_INPUT_MOUSE is not set |
59 | # CONFIG_SERIO is not set | 60 | # CONFIG_SERIO is not set |
60 | CONFIG_SERIAL_NONSTANDARD=y | 61 | CONFIG_SERIAL_NONSTANDARD=y |