CONFIG_REGULATOR_FIXED_INIT_PRIORITY¶
Init priority
Type: int
Help¶
Device driver initialization priority
Default¶
- 75 
Kconfig definition¶
At <Zephyr Driver>/regulator/Kconfig.fixed:15
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:104 → <Zephyr Driver>/regulator/Kconfig:15
Menu path: (Top) → Device Drivers → Regulator drivers → GPIO-controlled regulators
config REGULATOR_FIXED_INIT_PRIORITY
    int "Init priority"
    default 75
    depends on REGULATOR_FIXED && REGULATOR
    help
      Device driver initialization priority
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)