:orphan: .. title:: CONFIG_PMIC_REGULATOR_INIT_PRIORITY .. kconfig:: CONFIG_PMIC_REGULATOR_INIT_PRIORITY CONFIG_PMIC_REGULATOR_INIT_PRIORITY ################################### *Regulator Init priority* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`REGULATOR_PMIC ` && \ :kconfig:`REGULATOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 75 Kconfig definition ================== At ``/regulator/Kconfig.pmic:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:104`` → ``/regulator/Kconfig:16`` Menu path: (Top) → Device Drivers → Regulator drivers → PMIC Regulator Driver .. code-block:: kconfig 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.)*