kernel_samsung_a34x-permissive/drivers/input/touchscreen/synaptics_i2c_rmi4/Kconfig
2024-04-28 15:51:13 +02:00

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