CONFIG_REGULATOR_PMIC¶
PMIC Regulator Driver
Type: bool
Help¶
Enable the pmic regulator driver
Default¶
n
Kconfig definition¶
At drivers/regulator/Kconfig.pmic:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:104
→ drivers/regulator/Kconfig:16
Menu path: (Top) → Device Drivers → Regulator drivers
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.)