diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 2d564aabbc74..c03cf8e7bcb8 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -1137,6 +1137,24 @@ config TOUCHSCREEN_SYNAPTICS_DSX_FW_UPDATE_EXTRA_SYSFS If unsure, say N. +config TOUCHSCREEN_GT9X_V24 + bool "Goodix touchpanel GT9X_2.4 series" + depends on I2C + help + Say Y here if you have a Goodix GT9x_2.4 touchscreen. + Gt9x_2.4 controllers are multi touch controllers which can + report 5 touches at a time. + If unsure, say N. + +config TOUCHSCREEN_GT1151 + bool "Goodix touchpanel GT1151 series" + depends on I2C + help + Say Y here if you have a Goodix GT1151 touchscreen. + Gt1151 controllers are multi touch controllers which can + report 5 touches at a time. + If unsure, say N. + config TOUCHSCREEN_ROHM_BU21023 tristate "ROHM BU21023/24 Dual touch support resistive touchscreens" depends on I2C @@ -1224,5 +1242,7 @@ config TOUCHSCREEN_ST If unsure, say N. source "drivers/input/touchscreen/st/Kconfig" +source "drivers/input/touchscreen/gt9x_2.4/Kconfig" +source "drivers/input/touchscreen/gt1151/Kconfig" endif |