307c13b218
remove unused options SDL_DISPLAY_* and DUMMY_DISPLAY_*. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
10 lines
268 B
Plaintext
10 lines
268 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"
|
|
help
|
|
Enable dummy display driver compliant with display driver API.
|