Kconfig 692 B

1234567891011121314151617181920212223242526
  1. #
  2. # Cypress cyttsp5 touchscreen driver configuration
  3. #
  4. config TOUCHSCREEN_CYTTSP5
  5. tristate "Cypress TrueTouch Gen5 Touchscreen Driver"
  6. depends on I2C
  7. default n
  8. select TOUCHSCREEN_CYPRESS_CYTTSP5_MT_B
  9. help
  10. Core driver for Cypress TrueTouch(tm) Standard Product
  11. Geneartion5 touchscreen controllers.
  12. Say Y here if you have a Cypress Gen5 touchscreen.
  13. If unsure, say N.
  14. To compile this driver as a module, choose M here.
  15. config TOUCHSCREEN_CYTTSP5_DEVICETREE_SUPPORT
  16. bool "Enable Device Tree support"
  17. depends on TOUCHSCREEN_CYTTSP5
  18. default n
  19. help
  20. Say Y here to enable support for device tree.
  21. If unsure, say N.