-
CONFIG_REGULATOR_FIXED_INIT_PRIORITY
¶
Init priority
Type: int
Help¶
Device driver initialization priority
Default¶
75
Kconfig definition¶
At <Zephyr>/drivers/regulator/Kconfig.fixed:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:102
→ <Zephyr>/drivers/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.)