:orphan: .. title:: LED_STRIP_INIT_PRIORITY .. option:: CONFIG_LED_STRIP_INIT_PRIORITY *LED strip initialization priority* Type: ``int`` Help ==== .. code-block:: none System initialization priority for LED strip drivers. Direct dependencies =================== \ :option:`LED_STRIP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 90 Kconfig definition ================== At ``/led_strip/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:74`` Menu path: (Top) → Device Drivers → LED strip drivers .. code-block:: kconfig 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.)*