diff options
author | Pascal PAILLET-LME <p.paillet@st.com> | 2019-04-15 11:17:38 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-15 11:58:41 +0200 |
commit | 6cdae8173f6771977c3863bac7f1455c96bb1f6e (patch) | |
tree | 4605dc00c94208bd3ac3c6528fcb84005e57cc04 /drivers/regulator/Kconfig | |
parent | dt-bindings: regulator: Add stm32mp1 pwr regulators (diff) | |
download | linux-6cdae8173f6771977c3863bac7f1455c96bb1f6e.tar.xz linux-6cdae8173f6771977c3863bac7f1455c96bb1f6e.zip |
regulator: Add support for stm32 power regulators
Add support for 1V1 1V8 USB3V3 power regulators.
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index c4dc2bcafb56..6c37f0df9323 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -840,6 +840,13 @@ config REGULATOR_STM32_VREFBUF This driver can also be built as a module. If so, the module will be called stm32-vrefbuf. +config REGULATOR_STM32_PWR + bool "STMicroelectronics STM32 PWR" + depends on ARCH_STM32 || COMPILE_TEST + help + This driver supports internal regulators (1V1, 1V8, 3V3) in the + STMicroelectronics STM32 chips. + config REGULATOR_STPMIC1 tristate "STMicroelectronics STPMIC1 PMIC Regulators" depends on MFD_STPMIC1 |