| # Copyright (c) 2017 Linaro Limited |
| # SPDX-License-Identifier: Apache-2.0 |
| # Top-level configuration file for LED strip drivers. |
| Include LED strip drivers in the system configuration. |
| config SYS_LOG_LED_STRIP_LEVEL |
| int "LED strip system log level" |
| Sets the log level for LED strip drivers. You must have |
| 1 ERROR, only write SYS_LOG_ERR |
| 2 WARNING, write SYS_LOG_WRN in addition to previous level |
| 3 INFO, write SYS_LOG_INF in addition to previous levels |
| 4 DEBUG, write SYS_LOG_DBG in addition to previous levels |
| config LED_STRIP_INIT_PRIORITY |
| int "LED strip initialization priority" |
| System initialization priority for LED strip drivers. |
| # Hidden option. The extra byte enables efficient serialization and transmission |
| # for drivers which require 4 B on wire for every 3 B of color, e.g. APA102, but |
| # is not normally needed. |
| config LED_STRIP_RGB_SCRATCH |
| source "drivers/led_strip/Kconfig.lpd880x" |
| source "drivers/led_strip/Kconfig.ws2812" |