Files
luban-lite-t3e-pro/bsp/peripheral/touch/gt911/Kconfig
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

25 lines
526 B
Plaintext

menu "Gt911 touch panel options"
config AIC_TOUCH_PANEL_GT911
bool "Using touch panel gt911"
default n
select AIC_I2C_DRV
config AIC_TOUCH_PANEL_GT911_I2C_CHA
string "gt911 using i2c channel index"
default "i2c3"
depends on AIC_TOUCH_PANEL_GT911
config AIC_TOUCH_PANEL_GT911_RST_PIN
string "gt911 reset pin"
default "PA.8"
depends on AIC_TOUCH_PANEL_GT911
config AIC_TOUCH_PANEL_GT911_INT_PIN
string "gt911 irq pin"
default "PA.9"
depends on AIC_TOUCH_PANEL_GT911
endmenu