zephyr/drivers/display/Kconfig
Jan Van Winkel ca16779d9e driver: ILI9340 LCD display driver
Minimal driver for ILI9340 LCD display driver including support
for adafruit 2.2" LCD display (1480)

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2018-05-18 20:21:45 +03:00

23 lines
321 B
Plaintext

# Kconfig - Display drivers
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig DISPLAY
bool
prompt "Display Drivers"
default n
help
Enable display drivers
if DISPLAY
source "drivers/display/Kconfig.microbit"
source "drivers/display/Kconfig.ili9340"
endif # DISPLAY