Files
i2som-imx-linux/drivers/input/touchscreen/synaptics_dsx/Kconfig
Haibo Chen bd5469e537 MLK-17829 touchscreen: Add synaptics_dsx S3508 i2c touch driver
Add S3508 touch driver support.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
2019-02-12 10:30:59 +08:00

28 lines
602 B
Plaintext

#
# Synaptics DSX touchscreen driver configuration
#
menuconfig TOUCHSCREEN_SYNAPTICS_DSX
bool "Synaptics DSX touchscreen"
default y
help
Say Y here if you have a Synaptics DSX I2C touchscreen
connected to your system
if unsure, say N.
if TOUCHSCREEN_SYNAPTICS_DSX
config TOUCHSCREEN_SYNAPTICS_DSX_I2C
tristate "Synaptics DSX core driver module"
depends on I2C
help
Say Y here if you have a Synaptics DSX I2C touchscreen
connected to your system
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called synaptics_dsx_i2c.
endif