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
|
config MODULE_DISP_DEV
|
||||||
bool "Display device generic API"
|
bool "Display device generic API"
|
||||||
depends on TEST_KCONFIG
|
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
|
config MODULE_TOUCH_DEV
|
||||||
bool "Touch device generic API"
|
bool "Touch device generic API"
|
||||||
depends on TEST_KCONFIG
|
depends on TEST_KCONFIG
|
||||||
|
imply MODULE_AUTO_INIT_SCREEN
|
||||||
help
|
help
|
||||||
This API is experimental and in an early state - expect changes!
|
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…
x
Reference in New Issue
Block a user