Kconfig 480 B

1234567891011121314
  1. config RT_USING_TOUCH
  2. bool "Using Touch device drivers"
  3. default n
  4. help
  5. Enable the touchscreen input framework so controllers (capacitive,
  6. resistive, I2C, SPI) can register coordinate events.
  7. if RT_USING_TOUCH
  8. config RT_TOUCH_PIN_IRQ
  9. bool "touch irq use pin irq"
  10. default n
  11. help
  12. Use GPIO pin interrupts for touch controllers that can signal via an
  13. external interrupt line instead of polling.
  14. endif