1config RT_USING_TOUCH
2    bool "Using Touch device drivers"
3    default n
4    if RT_USING_TOUCH
5        config RT_TOUCH_PIN_IRQ
6        bool "touch irq use pin irq"
7        default n
8    endif
9