From b1ac9e124d81707179b906990e4b0eb96536d3bc Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 2 Jan 2022 08:01:03 +0100 Subject: [PATCH] drivers/cst816s: add Kconfig --- drivers/Kconfig | 1 + drivers/cst816s/Kconfig | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/Kconfig b/drivers/Kconfig index 9410f47601..4e527e6562 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -77,6 +77,7 @@ rsource "bmp180/Kconfig" rsource "bmx055/Kconfig" rsource "bmx280/Kconfig" rsource "ccs811/Kconfig" +rsource "cst816s/Kconfig" rsource "dcf77/Kconfig" rsource "dht/Kconfig" rsource "ds18/Kconfig" diff --git a/drivers/cst816s/Kconfig b/drivers/cst816s/Kconfig index 63de11b005..1fc3564d40 100644 --- a/drivers/cst816s/Kconfig +++ b/drivers/cst816s/Kconfig @@ -12,9 +12,11 @@ config MODULE_CST816S depends on TEST_KCONFIG select MODULE_PERIPH_GPIO_IRQ select MODULE_PERIPH_I2C - select MODULE_XTIMER + select MODULE_ZTIMER + select MODULE_ZTIMER_MSEC config HAVE_CST816S bool + select MODULE_CST816S if MODULE_TOUCH_DEV help Indicates that a cst816s touch screen is present.