60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
|
#
|
||
|
# Touchscreen driver configuration
|
||
|
#
|
||
|
if TOUCHSCREEN_MTK_SYNAPTICS_I2C_RMI4
|
||
|
|
||
|
config SYNA_RMI4_FIRMWARE
|
||
|
string "Synaptics I2C touchscreen for Mediatek firmware"
|
||
|
|
||
|
config TOUCHSCREEN_MTK_SYNAPTICS_DSX_RMI4_DEV
|
||
|
tristate "Synaptics I2C touchscreen char device"
|
||
|
depends on TOUCHSCREEN_MTK_SYNAPTICS_I2C_RMI4
|
||
|
help
|
||
|
This enables support for character device channel for Synaptics RMI
|
||
|
touchscreens.
|
||
|
If unsure, say N.
|
||
|
To compile this driver as a module, choose M
|
||
|
|
||
|
config SYNA_RMI4_WARP_X_ON
|
||
|
bool "Synaptics I2C touchscreen for Mediatek package"
|
||
|
default n
|
||
|
help
|
||
|
Say Y here if you have Synaptics I2C touchscreen touch panel SYNA_RMI4_WARP_X_ON.
|
||
|
|
||
|
If unsure, say N.
|
||
|
|
||
|
To compile this dirver as a module, choose M here: the
|
||
|
module will be called.
|
||
|
|
||
|
config SYNA_RMI4_WARP_Y_ON
|
||
|
bool "Synaptics I2C touchscreen for Mediatek package"
|
||
|
default n
|
||
|
help
|
||
|
Say Y here if you have Synaptics I2C touchscreen touch panel SYNA_RMI4_WARP_Y_ON.
|
||
|
|
||
|
If unsure, say N.
|
||
|
|
||
|
To compile this dirver as a module, choose M here: the
|
||
|
module will be called.
|
||
|
|
||
|
config TOUCHSCREEN_MTK_SYNAPTICS_DSX_RMI4_FW_UPDATE
|
||
|
tristate "Synaptics I2C touchscreen firmware update"
|
||
|
depends on TOUCHSCREEN_MTK_SYNAPTICS_I2C_RMI4
|
||
|
help
|
||
|
This enables support for firmware update for Synaptics RMI
|
||
|
touchscreens.
|
||
|
If unsure, say N.
|
||
|
To compile this driver as a module, choose M
|
||
|
|
||
|
config SYNA_RMI4_AUTO_UPDATE
|
||
|
bool "Synaptics I2C touchscreen for Mediatek package"
|
||
|
default n
|
||
|
help
|
||
|
Say Y here if you have Synaptics touch panel SYNA_RMI4_AUTO_UPDATE.
|
||
|
|
||
|
If unsure, say N.
|
||
|
|
||
|
To compile this dirver as a module, choose M here: the
|
||
|
module will be called.
|
||
|
endif
|