1# Configuration options for dummy display
2
3# Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
4# SPDX-License-Identifier: Apache-2.0
5
6config DUMMY_DISPLAY
7	bool "Dummy display driver"
8	default y
9	depends on DT_HAS_ZEPHYR_DUMMY_DC_ENABLED
10	help
11	  Enable dummy display driver compliant with display driver API.
12