diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-06-04 13:41:41 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-06-11 14:18:59 -0700 |
commit | 5d358d1580959b42376a00e902b18b418f2ae1ec (patch) | |
tree | 3225a97539132d7c03539526a814df7be024fb17 /arch/arm64 | |
parent | eb7547df5b1a751f2631067f54cb033e440471c0 (diff) |
ARM64: add GPIO keys to the defconfig
The Juno board, and likely many other boards, likes to use simple
GPIO keys for input events. Enabled this in the default
ARM64 defconfig.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2ed7449d9273..b8760c31d0d3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -94,6 +94,7 @@ CONFIG_SMC91X=y CONFIG_SMSC911X=y # CONFIG_WLAN is not set CONFIG_INPUT_EVDEV=y +CONFIG_KEYBOARD_GPIO=y # CONFIG_SERIO_SERPORT is not set CONFIG_SERIO_AMBAKMI=y CONFIG_LEGACY_PTY_COUNT=16 |