Skip to content

Commit 868e99a

Browse files
tokita-hiroshicarlescufi
authored andcommitted
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 <[email protected]>
1 parent 67cb174 commit 868e99a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/display/Kconfig.dummy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55

66
config DUMMY_DISPLAY
77
bool "Dummy display driver"
8+
default y
9+
depends on DT_HAS_ZEPHYR_DUMMY_DC_ENABLED
810
help
911
Enable dummy display driver compliant with display driver API.

0 commit comments

Comments
 (0)