2017-04-02 20:54:23 +03:00
|
|
|
# Kconfig - Display drivers
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2017-10-06 08:34:43 +02:00
|
|
|
menuconfig DISPLAY
|
2018-08-14 16:19:20 +02:00
|
|
|
bool "Display Drivers"
|
2017-04-02 20:54:23 +03:00
|
|
|
help
|
2017-10-06 08:34:43 +02:00
|
|
|
Enable display drivers
|
2017-04-02 20:54:23 +03:00
|
|
|
|
2017-10-06 08:34:43 +02:00
|
|
|
if DISPLAY
|
2017-04-04 13:01:22 +03:00
|
|
|
|
2017-10-06 08:34:43 +02:00
|
|
|
source "drivers/display/Kconfig.microbit"
|
2017-04-04 13:01:22 +03:00
|
|
|
|
2017-10-06 08:34:43 +02:00
|
|
|
source "drivers/display/Kconfig.ili9340"
|
2017-04-04 13:01:22 +03:00
|
|
|
|
2017-10-06 08:34:43 +02:00
|
|
|
endif # DISPLAY
|