diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-19 12:42:46 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-19 12:42:46 +0000 |
commit | 800d290182ddea3d1e79b57711c15639f72f3185 (patch) | |
tree | 902e22f3c6e9cc96c1470e35b0d8f1efcf837650 /drivers/regulator/Kconfig | |
parent | efc828022e756683992c8d09bd15b3474ba3e9b6 (diff) | |
parent | 1200c60bc599b8ad678617b0bd0e83bb7b4434ba (diff) | |
download | linux-800d290182ddea3d1e79b57711c15639f72f3185.tar.gz linux-800d290182ddea3d1e79b57711c15639f72f3185.tar.bz2 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 |