ANDROID: GKI: support CONFIG_INPUT_TOUCHSCREEN

enable build in driver drivers/input/touchscreen in gki configure
touch screen should been enable in gki configure which is need by vendor.

Bug: 159736147
Signed-off-by: zhang sanshan <pete.zhang@nxp.com>
Change-Id: I3b1d348791aa9e762374a4965893b3a4a490394b
This commit is contained in:
zhang sanshan
2020-06-24 13:56:14 +08:00
committed by Alistair Delva
parent 82e0bf1714
commit 8b617617a5
2 changed files with 2 additions and 0 deletions

View File

@@ -282,6 +282,7 @@ CONFIG_INPUT_EVDEV=y
CONFIG_KEYBOARD_GPIO=y
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_JOYSTICK=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
# CONFIG_VT is not set

View File

@@ -255,6 +255,7 @@ CONFIG_INPUT_EVDEV=y
CONFIG_KEYBOARD_GPIO=y
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_JOYSTICK=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
# CONFIG_VT is not set