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