From 885dbbf33f663fa9b8b62511228f3f45d74789f7 Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 20 Sep 2022 15:40:09 +0200 Subject: [PATCH] input: touchscreen: Move goodix qgki config to gt9897t and gt9916 Change-Id: I8253decccc0ce8dd442d72c4d7ee7e34dbb33011 --- drivers/input/touchscreen/Kconfig | 5 ----- drivers/input/touchscreen/gt9897t/Kconfig | 3 +++ drivers/input/touchscreen/gt9916/Kconfig | 4 ++++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 7c9f99c365687..ba3c306c510d4 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -12,11 +12,6 @@ menuconfig INPUT_TOUCHSCREEN if INPUT_TOUCHSCREEN -config TOUCHSCREEN_QGKI_GOODIX - default n - bool "QGKI config" - - config TOUCHSCREEN_PROPERTIES def_tristate INPUT depends on INPUT diff --git a/drivers/input/touchscreen/gt9897t/Kconfig b/drivers/input/touchscreen/gt9897t/Kconfig index 7d1793e4d32a8..ccc8e616c07b1 100755 --- a/drivers/input/touchscreen/gt9897t/Kconfig +++ b/drivers/input/touchscreen/gt9897t/Kconfig @@ -31,3 +31,6 @@ config TOUCHSCREEN_GOODIX_TS_GESTURE To compile this driver as a module, choose M here. +config TOUCHSCREEN_QGKI_GOODIX + default n + bool "QGKI config" diff --git a/drivers/input/touchscreen/gt9916/Kconfig b/drivers/input/touchscreen/gt9916/Kconfig index 10f87840fac1a..d4447c71cdb0e 100644 --- a/drivers/input/touchscreen/gt9916/Kconfig +++ b/drivers/input/touchscreen/gt9916/Kconfig @@ -9,3 +9,7 @@ config TOUCHSCREEN_GOODIX_BRL_9916 to your system. If build module, say M. If unsure, say N. + +config TOUCHSCREEN_QGKI_GOODIX + default n + bool "QGKI config"