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 <smuckle@google.com>
diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig
index d0eb9e0..aa10989 100644
--- a/arch/arm64/configs/gki_defconfig
+++ b/arch/arm64/configs/gki_defconfig
@@ -263,6 +263,7 @@
 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 0063148..d028b0e 100644
--- a/arch/x86/configs/gki_defconfig
+++ b/arch/x86/configs/gki_defconfig
@@ -234,7 +234,7 @@
 # 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