:orphan: .. title:: CONFIG_REGULATOR_PMIC .. kconfig:: CONFIG_REGULATOR_PMIC CONFIG_REGULATOR_PMIC ##################### *PMIC Regulator Driver* Type: ``bool`` Help ==== .. code-block:: none Enable the pmic regulator driver Direct dependencies =================== n *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`I2C ` Kconfig definition ================== At ``/regulator/Kconfig.pmic:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:104`` → ``/regulator/Kconfig:16`` Menu path: (Top) → Device Drivers → Regulator drivers .. code-block:: kconfig config REGULATOR_PMIC bool "PMIC Regulator Driver" default n select I2C depends on n help Enable the pmic regulator driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*