12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
# 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.
|