blob: e52387559727a06cbb4b8f9fea184cb500a8993e [file] [log] [blame]
#
# touchscreen drivers
#
menuconfig AMLOGIC_TOUCHSCREEN
bool "amlogic touchscreen"
depends on INPUT_TOUCHSCREEN
default n
help
Say Y here, and a list of supported touchscreen driver will be displayed.
This option doesn't affect the kernel.
if AMLOGIC_TOUCHSCREEN
config AMLOGIC_TOUCHSCREEN_FTS
tristate "facaltech FT_xx touch driver support"
depends on I2C
default n
help
Say Y here if you want to use facaltech FT_xx.
config AMLOGIC_TOUCHSCREEN_GT1X
tristate "goodix gt1x touch driver support"
depends on I2C
default n
help
Say Y here if you want to use goodix gt1x.
config AMLOGIC_TOUCHSCREEN_GT9XX
tristate "goodix gt9xx touch driver support"
depends on I2C
default n
help
Say Y here if you want to use the Goodix gt9xx.
endif