2017-04-03 01:54:23 +08:00
|
|
|
# Kconfig - Display drivers
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2017-10-06 14:34:43 +08:00
|
|
|
menuconfig DISPLAY
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "Display Drivers"
|
2017-04-03 01:54:23 +08:00
|
|
|
help
|
2017-10-06 14:34:43 +08:00
|
|
|
Enable display drivers
|
2017-04-03 01:54:23 +08:00
|
|
|
|
2017-10-06 14:34:43 +08:00
|
|
|
if DISPLAY
|
2017-04-04 18:01:22 +08:00
|
|
|
|
2018-10-05 01:43:12 +08:00
|
|
|
module = DISPLAY
|
|
|
|
module-str = display
|
|
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
|
2018-10-19 20:36:23 +08:00
|
|
|
source "drivers/display/Kconfig.grove"
|
|
|
|
|
2017-10-06 14:34:43 +08:00
|
|
|
source "drivers/display/Kconfig.microbit"
|
2017-04-04 18:01:22 +08:00
|
|
|
|
2017-10-06 14:34:43 +08:00
|
|
|
source "drivers/display/Kconfig.ili9340"
|
2017-04-04 18:01:22 +08:00
|
|
|
|
2018-07-20 00:11:50 +08:00
|
|
|
source "drivers/display/Kconfig.ssd1306"
|
|
|
|
|
2018-07-20 00:15:18 +08:00
|
|
|
source "drivers/display/Kconfig.ssd1673"
|
|
|
|
|
2017-10-06 14:34:43 +08:00
|
|
|
endif # DISPLAY
|