You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
322 B
11 lines
322 B
# 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.
|
|
|