| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #
- # 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
|