zephyr/drivers/display/Kconfig.dummy
TOKITA Hiroshi 868e99aefb 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>
2024-10-24 14:07:11 +02:00

11 lines
322 B
Text

# Configuration options for dummy display
# Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
# SPDX-License-Identifier: Apache-2.0
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.