aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorGravatar Mark Brown <broonie@kernel.org> 2023-08-07 20:16:22 +0100
committerGravatar Mark Brown <broonie@kernel.org> 2023-08-07 20:16:22 +0100
commitc82197491fe02f87ef810a69187596224c1784ba (patch)
tree4998b230d41bcff2148cf100f79a193732640def /drivers/regulator/Kconfig
parentregulator: max5970: Rename driver and remove wildcard (diff)
parentregulator: rtq2208: Add Richtek RTQ2208 SubPMIC driver (diff)
downloadlinux-c82197491fe02f87ef810a69187596224c1784ba.tar.gz
linux-c82197491fe02f87ef810a69187596224c1784ba.tar.bz2
linux-c82197491fe02f87ef810a69187596224c1784ba.zip
Add Richtek RTQ2208 SubPMIC support
Merge series from Alina Yu <alina_yu@richtek.com>: This patch series adds support for RTQ2208 SubPMIC regulators. The RTQ2208 is a multi-phase, programmable power management IC that integrate with dual multi-configurable, synchronous buck converters and two ldos. The bucks features wide output voltage range from 0.4V to 2.05V and the capability to configure the corresponding power stages.
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index a5c9de1cab2b..086596239356 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1254,6 +1254,17 @@ config REGULATOR_RTQ6752
synchronous boost converters for PAVDD, and one synchronous NAVDD
buck-boost. This device is suitable for automotive TFT-LCD panel.
+config REGULATOR_RTQ2208
+ tristate "Richtek RTQ2208 SubPMIC Regulator"
+ depends on I2C
+ select REGMAP_I2C
+ help
+ This driver adds support for RTQ2208 SubPMIC regulators.
+ The RTQ2208 is a multi-phase, programmable power management IC that
+ integrate with dual multi-configurable, synchronous buck converters
+ and two ldos. It features wide output voltage range from 0.4V to 2.05V
+ and the capability to configure the corresponding power stages.
+
config REGULATOR_S2MPA01
tristate "Samsung S2MPA01 voltage regulator"
depends on MFD_SEC_CORE || COMPILE_TEST