Files
luban-lite-t3e-pro/bsp/artinchip/drv_bare/touch/gt911/Kconfig
刘可亮 803cac77d5 V1.0.6
2024-09-03 11:16:08 +08:00

25 lines
484 B
Plaintext

menu "Gt911 touch panel options"
config AIC_TOUCH_GT911
bool "Using touch panel gt911"
default n
select AIC_I2C_DRV
config AIC_TOUCH_GT911_I2C_CHA
string "gt911 using i2c channel index"
default "i2c3"
depends on AIC_TOUCH_GT911
config AIC_TOUCH_GT911_RST_PIN
string "gt911 reset pin"
default "PA.8"
depends on AIC_TOUCH_GT911
config AIC_TOUCH_GT911_INT_PIN
string "gt911 irq pin"
default "PA.9"
depends on AIC_TOUCH_GT911
endmenu