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:
parent
596cee61e2
commit
aec6445798
@ -8,3 +8,4 @@
|
||||
config MODULE_DISP_DEV
|
||||
bool "Display device generic API"
|
||||
depends on TEST_KCONFIG
|
||||
imply MODULE_AUTO_INIT_SCREEN
|
||||
|
1
drivers/disp_dev/Makefile.dep
Normal file
1
drivers/disp_dev/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
DEFAULT_MODULE += auto_init_screen
|
@ -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!
|
||||
|
1
drivers/touch_dev/Makefile.dep
Normal file
1
drivers/touch_dev/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
DEFAULT_MODULE += auto_init_screen
|
Loading…
Reference in New Issue
Block a user