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:
TOKITA Hiroshi 2024-04-23 18:37:44 +09:00 committed by Carles Cufí
parent 67cb174241
commit 868e99aefb
1 changed files with 2 additions and 0 deletions

View File

@ -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.