2017-12-17 18:46:02 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Linaro Limited
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
# Top-level configuration file for LED drivers.
|
|
|
|
|
|
|
|
menuconfig LED
|
|
|
|
bool "LED drivers"
|
|
|
|
help
|
2017-12-17 19:02:16 +08:00
|
|
|
Include LED drivers in the system configuration.
|
2017-12-17 18:46:02 +08:00
|
|
|
|
|
|
|
if LED
|
|
|
|
|
2018-10-09 06:10:25 +08:00
|
|
|
module = LED
|
|
|
|
module-str = led
|
|
|
|
source "subsys/logging/Kconfig.template.log_config"
|
2017-12-17 18:46:02 +08:00
|
|
|
|
|
|
|
config LED_INIT_PRIORITY
|
|
|
|
int "LED initialization priority"
|
|
|
|
default 90
|
|
|
|
help
|
|
|
|
System initialization priority for LED drivers.
|
|
|
|
|
2019-02-19 02:49:30 +08:00
|
|
|
source "drivers/led/Kconfig.ht16k33"
|
2017-12-17 19:02:16 +08:00
|
|
|
source "drivers/led/Kconfig.lp3943"
|
2018-07-19 00:16:26 +08:00
|
|
|
source "drivers/led/Kconfig.lp5562"
|
2018-06-27 04:27:37 +08:00
|
|
|
source "drivers/led/Kconfig.pca9633"
|
2017-12-17 19:02:16 +08:00
|
|
|
|
2017-12-17 18:46:02 +08:00
|
|
|
endif # LED
|