1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/cst816s: add Kconfig

This commit is contained in:
Alexandre Abadie 2022-01-02 08:01:03 +01:00
parent d3330e1813
commit b1ac9e124d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 4 additions and 1 deletions

View File

@ -77,6 +77,7 @@ rsource "bmp180/Kconfig"
rsource "bmx055/Kconfig" rsource "bmx055/Kconfig"
rsource "bmx280/Kconfig" rsource "bmx280/Kconfig"
rsource "ccs811/Kconfig" rsource "ccs811/Kconfig"
rsource "cst816s/Kconfig"
rsource "dcf77/Kconfig" rsource "dcf77/Kconfig"
rsource "dht/Kconfig" rsource "dht/Kconfig"
rsource "ds18/Kconfig" rsource "ds18/Kconfig"

View File

@ -12,9 +12,11 @@ config MODULE_CST816S
depends on TEST_KCONFIG depends on TEST_KCONFIG
select MODULE_PERIPH_GPIO_IRQ select MODULE_PERIPH_GPIO_IRQ
select MODULE_PERIPH_I2C select MODULE_PERIPH_I2C
select MODULE_XTIMER select MODULE_ZTIMER
select MODULE_ZTIMER_MSEC
config HAVE_CST816S config HAVE_CST816S
bool bool
select MODULE_CST816S if MODULE_TOUCH_DEV
help help
Indicates that a cst816s touch screen is present. Indicates that a cst816s touch screen is present.