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:
parent
65e774f819
commit
ce4b0f03c0
20
drivers/cst816s/Kconfig
Normal file
20
drivers/cst816s/Kconfig
Normal 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.
|
4
tests/driver_cst816s/app.config.test
Normal file
4
tests/driver_cst816s/app.config.test
Normal 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
|
Loading…
Reference in New Issue
Block a user