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

drivers/cst816s: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:34 +01:00
parent 65e774f819
commit ce4b0f03c0
No known key found for this signature in database
GPG Key ID: 3514539D7808D123
2 changed files with 24 additions and 0 deletions

20
drivers/cst816s/Kconfig Normal file
View File

@ -0,0 +1,20 @@
# Copyright (c) 2020 HAW Hamburg
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config MODULE_CST816S
bool "cst816s touch screen"
depends on HAS_PERIPH_GPIO_IRQ
depends on HAS_PERIPH_I2C
depends on TEST_KCONFIG
select MODULE_PERIPH_GPIO_IRQ
select MODULE_PERIPH_I2C
select MODULE_XTIMER
config HAVE_CST816S
bool
help
Indicates that a cst816s touch screen is present.

View File

@ -0,0 +1,4 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_CST816S=y
CONFIG_MODULE_CORE_THREAD_FLAGS=y