1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00

drivers/{disp,touch}_dev: pull auto_init_screen by default

This commit is contained in:
Alexandre Abadie 2021-05-19 21:39:45 +02:00
parent 596cee61e2
commit aec6445798
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
4 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,4 @@
config MODULE_DISP_DEV
bool "Display device generic API"
depends on TEST_KCONFIG
imply MODULE_AUTO_INIT_SCREEN

View File

@ -0,0 +1 @@
DEFAULT_MODULE += auto_init_screen

View File

@ -8,5 +8,6 @@
config MODULE_TOUCH_DEV
bool "Touch device generic API"
depends on TEST_KCONFIG
imply MODULE_AUTO_INIT_SCREEN
help
This API is experimental and in an early state - expect changes!

View File

@ -0,0 +1 @@
DEFAULT_MODULE += auto_init_screen