Enabling the configuration if there is a valid `dummy-dc` node on the device tree. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
11 lines
322 B
Text
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.
|