2019-11-01 20:45:29 +08:00
|
|
|
# Configuration options for dummy display
|
2018-12-24 00:48:26 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-11-30 17:46:17 +08:00
|
|
|
config DUMMY_DISPLAY
|
2018-12-24 00:48:26 +08:00
|
|
|
bool "Dummy display driver"
|
2024-04-23 17:37:44 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ZEPHYR_DUMMY_DC_ENABLED
|
2018-12-24 00:48:26 +08:00
|
|
|
help
|
|
|
|
Enable dummy display driver compliant with display driver API.
|