Kconfig 430 B

1234567891011121314151617181920
  1. #
  2. # Goodix touchscreen driver configuration
  3. #
  4. menuconfig TOUCHSCREEN_GOODIX_BRL
  5. tristate "Goodix berlin touchscreen"
  6. help
  7. Say Y here if you have a Goodix berlin series touch controller
  8. to your system.
  9. If build module, say M.
  10. If unsure, say N.
  11. if TOUCHSCREEN_GOODIX_BRL
  12. config TOUCHSCREEN_GOODIX_BRL_SPI
  13. bool "support SPI bus connection"
  14. help
  15. Say Y here if the touchscreen is connected via SPI bus.
  16. endif