drivers: display: dummy: Enable config if `dummy-dc` device available
Enabling the configuration if there is a valid `dummy-dc` node on the device tree. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
This commit is contained in:
parent
67cb174241
commit
868e99aefb
|
@ -5,5 +5,7 @@
|
|||
|
||||
config DUMMY_DISPLAY
|
||||
bool "Dummy display driver"
|
||||
default y
|
||||
depends on DT_HAS_ZEPHYR_DUMMY_DC_ENABLED
|
||||
help
|
||||
Enable dummy display driver compliant with display driver API.
|
||||
|
|
Loading…
Reference in New Issue