CONFIG_LED_STRIP_INIT_PRIORITY
LED strip initialization priority
Type: int
Help
System initialization priority for LED strip drivers.
Default
90
Kconfig definition
At <Zephyr>/drivers/led_strip/Kconfig:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:76
Menu path: (Top) → Device Drivers → LED strip drivers
config LED_STRIP_INIT_PRIORITY
int "LED strip initialization priority"
default 90
depends on LED_STRIP
help
System initialization priority for LED strip drivers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)