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