Files
luban-lite/bsp/peripheral/touch/st16xx/Kconfig
刘可亮 0a13af6a1d V1.0.5
2024-06-04 19:00:30 +08:00

25 lines
538 B
Plaintext

menu "St16xx touch panel options"
config AIC_TOUCH_PANEL_ST16XX
bool "Using touch panel st16xx"
default n
select AIC_I2C_DRV
config AIC_TOUCH_PANEL_ST16XX_I2C_CHA
string "st16xx using i2c channel index"
default "i2c3"
depends on AIC_TOUCH_PANEL_ST16XX
config AIC_TOUCH_PANEL_ST16XX_RST_PIN
string "st16xx reset pin"
default "PA.8"
depends on AIC_TOUCH_PANEL_ST16XX
config AIC_TOUCH_PANEL_ST16XX_INT_PIN
string "st16xx irq pin"
default "PA.9"
depends on AIC_TOUCH_PANEL_ST16XX
endmenu