Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #
  2. # Touchscreen driver configuration
  3. #
  4. if TOUCHSCREEN_MTK_SYNAPTICS_I2C_RMI4
  5. config SYNA_RMI4_FIRMWARE
  6. string "Synaptics I2C touchscreen for Mediatek firmware"
  7. config TOUCHSCREEN_MTK_SYNAPTICS_DSX_RMI4_DEV
  8. tristate "Synaptics I2C touchscreen char device"
  9. depends on TOUCHSCREEN_MTK_SYNAPTICS_I2C_RMI4
  10. help
  11. This enables support for character device channel for Synaptics RMI
  12. touchscreens.
  13. If unsure, say N.
  14. To compile this driver as a module, choose M
  15. config SYNA_RMI4_WARP_X_ON
  16. bool "Synaptics I2C touchscreen for Mediatek package"
  17. default n
  18. help
  19. Say Y here if you have Synaptics I2C touchscreen touch panel SYNA_RMI4_WARP_X_ON.
  20. If unsure, say N.
  21. To compile this dirver as a module, choose M here: the
  22. module will be called.
  23. config SYNA_RMI4_WARP_Y_ON
  24. bool "Synaptics I2C touchscreen for Mediatek package"
  25. default n
  26. help
  27. Say Y here if you have Synaptics I2C touchscreen touch panel SYNA_RMI4_WARP_Y_ON.
  28. If unsure, say N.
  29. To compile this dirver as a module, choose M here: the
  30. module will be called.
  31. config TOUCHSCREEN_MTK_SYNAPTICS_DSX_RMI4_FW_UPDATE
  32. tristate "Synaptics I2C touchscreen firmware update"
  33. depends on TOUCHSCREEN_MTK_SYNAPTICS_I2C_RMI4
  34. help
  35. This enables support for firmware update for Synaptics RMI
  36. touchscreens.
  37. If unsure, say N.
  38. To compile this driver as a module, choose M
  39. config SYNA_RMI4_AUTO_UPDATE
  40. bool "Synaptics I2C touchscreen for Mediatek package"
  41. default n
  42. help
  43. Say Y here if you have Synaptics touch panel SYNA_RMI4_AUTO_UPDATE.
  44. If unsure, say N.
  45. To compile this dirver as a module, choose M here: the
  46. module will be called.
  47. endif