CONFIG_PMIC_REGULATOR_INIT_PRIORITY
Regulator Init priority
Type: int
Help
I2C based regulator init priority.
Must be greater than KERNEL_INIT_PRIORITY_DEVICE so I2C is initialized,
and less than SDMMC_INIT_PRIORITY, since the SDMMC driver uses an I2C
PMIC regulator
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
75
Kconfig definition
At <Zephyr>/drivers/regulator/Kconfig.pmic:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:104
→ <Zephyr>/drivers/regulator/Kconfig:16
Menu path: (Top) → Device Drivers → Regulator drivers → PMIC Regulator Driver
config PMIC_REGULATOR_INIT_PRIORITY
int "Regulator Init priority"
default 75
depends on REGULATOR_PMIC && REGULATOR
help
I2C based regulator init priority.
Must be greater than KERNEL_INIT_PRIORITY_DEVICE so I2C is initialized,
and less than SDMMC_INIT_PRIORITY, since the SDMMC driver uses an I2C
PMIC regulator
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)