Files
luban-lite/bsp/artinchip/drv_bare/touch/gt911/Kconfig

25 lines
484 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
menu "Gt911 touch panel options"
2024-09-03 11:16:08 +08:00
config AIC_TOUCH_GT911
2023-08-30 16:21:18 +08:00
bool "Using touch panel gt911"
default n
select AIC_I2C_DRV
2024-09-03 11:16:08 +08:00
config AIC_TOUCH_GT911_I2C_CHA
2023-08-30 16:21:18 +08:00
string "gt911 using i2c channel index"
default "i2c3"
2024-09-03 11:16:08 +08:00
depends on AIC_TOUCH_GT911
2023-08-30 16:21:18 +08:00
2024-09-03 11:16:08 +08:00
config AIC_TOUCH_GT911_RST_PIN
2023-08-30 16:21:18 +08:00
string "gt911 reset pin"
default "PA.8"
2024-09-03 11:16:08 +08:00
depends on AIC_TOUCH_GT911
2023-08-30 16:21:18 +08:00
2024-09-03 11:16:08 +08:00
config AIC_TOUCH_GT911_INT_PIN
2023-08-30 16:21:18 +08:00
string "gt911 irq pin"
default "PA.9"
2024-09-03 11:16:08 +08:00
depends on AIC_TOUCH_GT911
2023-08-30 16:21:18 +08:00
endmenu