aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorpascal paillet <p.paillet@st.com>2018-10-08 16:29:40 +0000
committerMark Brown <broonie@kernel.org>2018-10-08 18:28:10 +0100
commitca55b7185b74e73d2b39dc40efaf96100a2582cd (patch)
tree4abbbc2698a82a9c214d6d837f9c12d79704bfc2 /drivers/regulator/Kconfig
parentdt-bindings: regulator: document stpmic1 pmic regulators (diff)
downloadlinux-dev-ca55b7185b74e73d2b39dc40efaf96100a2582cd.tar.xz
linux-dev-ca55b7185b74e73d2b39dc40efaf96100a2582cd.zip
regulator: stpmic1: add stpmic1 regulator driver
The stpmic1 PMIC embeds several regulators and switches with different capabilities. Signed-off-by: pascal paillet <p.paillet@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 6e96ef1bd74a..026d480a7ac5 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -803,6 +803,18 @@ config REGULATOR_STM32_VREFBUF
This driver can also be built as a module. If so, the module
will be called stm32-vrefbuf.
+config REGULATOR_STPMIC1
+ tristate "STMicroelectronics STPMIC1 PMIC Regulators"
+ depends on MFD_STPMIC1
+ help
+ This driver supports STMicroelectronics STPMIC1 PMIC voltage
+ regulators and switches. The STPMIC1 regulators supply power to
+ an application processor as well as to external system
+ peripherals such as DDR, Flash memories and system devices.
+
+ To compile this driver as a module, choose M here: the
+ module will be called stpmic1_regulator.
+
config REGULATOR_TI_ABB
tristate "TI Adaptive Body Bias on-chip LDO"
depends on ARCH_OMAP