From ca16c9c8a6e427005a44fb6dd5d2675c226e1db9 Mon Sep 17 00:00:00 2001 From: Maxime Coquelin Date: Fri, 4 Nov 2016 15:02:20 +0100 Subject: [PATCH] ARM: config: Enable GPIO Key driver in stm32_defconfig Signed-off-by: Maxime Coquelin Signed-off-by: Alexandre TORGUE Signed-off-by: Olof Johansson --- arch/arm/configs/stm32_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 1e5ec2a0e4cf..5a72d694662f 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -38,8 +38,7 @@ CONFIG_DEVTMPFS_MOUNT=y # CONFIG_FW_LOADER is not set # CONFIG_BLK_DEV is not set CONFIG_EEPROM_93CX6=y -# CONFIG_INPUT is not set -# CONFIG_SERIO is not set +CONFIG_KEYBOARD_GPIO=y # CONFIG_VT is not set # CONFIG_UNIX98_PTYS is not set # CONFIG_LEGACY_PTYS is not set -- 2.20.1