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 Driver>/led_strip/Kconfig:18
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)