From 806aeaebc91568417df3074e39e9248dd0c2a145 Mon Sep 17 00:00:00 2001 From: Steve Muckle Date: Thu, 31 Oct 2019 15:38:06 -0700 Subject: [PATCH] ANDROID: gki_defconfig: enable CONFIG_KEYBOARD_GPIO This driver is very commonly used in Android. Statically compile it into the GKI. Bug: 143314501 Change-Id: I12e2dd04bdde2affef1f6be9f33033d87096ec89 Signed-off-by: Steve Muckle --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index d0eb9e0b3d99..aa109898e0f4 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -263,6 +263,7 @@ CONFIG_USB_USBNET=y CONFIG_VIRT_WIFI=y CONFIG_INPUT_FF_MEMLESS=y CONFIG_INPUT_EVDEV=y +CONFIG_KEYBOARD_GPIO=y # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_JOYSTICK=y CONFIG_INPUT_MISC=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 0063148af08b..d028b0e7a277 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -234,7 +234,7 @@ CONFIG_USB_USBNET=y # CONFIG_WLAN_VENDOR_QUANTENNA is not set CONFIG_VIRT_WIFI=m CONFIG_INPUT_EVDEV=y -# CONFIG_INPUT_KEYBOARD is not set +CONFIG_KEYBOARD_GPIO=y # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_JOYSTICK=y CONFIG_INPUT_MISC=y