:orphan: .. title:: LED_STRIP_INIT_PRIORITY .. option:: CONFIG_LED_STRIP_INIT_PRIORITY *LED strip initialization priority* Type: ``int`` Help ==== System initialization priority for LED strip drivers. Direct dependencies =================== \ :option:`LED_STRIP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 90 Kconfig definition ================== .. highlight:: kconfig At ``drivers/led_strip/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:74`` Menu path: (Top) → Device Drivers → LED strip drivers .. parsed-literal:: config LED_STRIP_INIT_PRIORITY int "LED strip initialization priority" default 90 depends on \ :option:`LED_STRIP ` help System initialization priority for LED strip drivers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*