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>
This commit is contained in:
Steve Muckle
2019-10-31 15:38:06 -07:00
committed by Alistair Delva
parent 256f705437
commit 806aeaebc9
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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