diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-19 13:42:46 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-19 13:42:46 +0100 |
commit | 800d290182ddea3d1e79b57711c15639f72f3185 (patch) | |
tree | 902e22f3c6e9cc96c1470e35b0d8f1efcf837650 /drivers/regulator/Kconfig | |
parent | Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-next (diff) | |
parent | regulator: lp8755: Use LP8755_BUCK_MAX instead of magic number (diff) | |
download | linux-800d290182ddea3d1e79b57711c15639f72f3185.tar.xz linux-800d290182ddea3d1e79b57711c15639f72f3185.zip |
Merge remote-tracking branch 'regulator/topic/lp8755' into regulator-next
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 22b25115ed14..a5d97eaee99e 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -278,6 +278,15 @@ config REGULATOR_LP872X help This driver supports LP8720/LP8725 PMIC +config REGULATOR_LP8755 + tristate "TI LP8755 High Performance PMU driver" + depends on I2C + select REGMAP_I2C + help + This driver supports LP8755 High Performance PMU driver. This + chip contains six step-down DC/DC converters which can support + 9 mode multiphase configuration. + config REGULATOR_LP8788 bool "TI LP8788 Power Regulators" depends on MFD_LP8788 |