diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 04:42:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 04:42:59 +0100 |
commit | f675649e70a494aa13ae695480a3d51bf15dd3e2 (patch) | |
tree | 50d8a96423d2df98cc82c92db6303d396545bb33 /drivers/regulator/Kconfig | |
parent | Merge remote-tracking branch 'regulator/topic/max77686' into regulator-next (diff) | |
parent | regulator: max8973: provide enable/disable if external control disabled (diff) | |
download | linux-f675649e70a494aa13ae695480a3d51bf15dd3e2.tar.xz linux-f675649e70a494aa13ae695480a3d51bf15dd3e2.zip |
Merge remote-tracking branch 'regulator/topic/max8973' into regulator-next
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index e5ce11847bef..551a22b07538 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -214,6 +214,16 @@ config REGULATOR_MAX8952 via I2C bus. Maxim 8952 has one voltage output and supports 4 DVS modes ranging from 0.77V to 1.40V by 0.01V steps. +config REGULATOR_MAX8973 + tristate "Maxim MAX8973 voltage regulator " + depends on I2C + select REGMAP_I2C + help + The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down + switching regulator delievers up to 9A of output current. Each + phase operates at a 2MHz fixed frequency with a 120 deg shift + from the adjacent phase, allowing the use of small magnetic component. + config REGULATOR_MAX8997 tristate "Maxim 8997/8966 regulator" depends on MFD_MAX8997 |