1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 17:31:18 +01:00

drivers/stmpe811: extend Kconfig

This commit is contained in:
Alexandre Abadie 2022-01-01 16:04:42 +01:00
parent 96f338bafc
commit 240f80e43a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -15,6 +15,18 @@ config MODULE_STMPE811
select MODULE_ZTIMER
select MODULE_ZTIMER_MSEC
config HAVE_STMPE811_I2C
bool
select MODULE_STMPE811_I2C if MODULE_TOUCH_DEV
help
Indicates that an STMPE811 over I2C touch panel is present.
config HAVE_STMPE811_SPI
bool
select MODULE_STMPE811_SPI if MODULE_TOUCH_DEV
help
Indicates that an STMPE811 over SPI touch panel is present.
choice
bool "STMPE811 Touchscreen Controller"
optional