diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-01-11 07:10:08 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 16:17:08 -0500 |
commit | 08ff6f2a9908c87b0adffe6453291be22db3a62f (patch) | |
tree | 27d7cd7c2466c1339994027fb1aba88189fa6424 /drivers/regulator/Kconfig | |
parent | 4f811ef0d40048ae80b6ea77080b814725bffc58 (diff) |
regulator: Add max8925 support
MAX8925 contains 3 Buck and 20 LDO regulator.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index dbfe31a4a519..04f2e085116a 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -94,6 +94,12 @@ config REGULATOR_MAX8660 | |||
94 | This driver controls a Maxim 8660/8661 voltage output | 94 | This driver controls a Maxim 8660/8661 voltage output |
95 | regulator via I2C bus. | 95 | regulator via I2C bus. |
96 | 96 | ||
97 | config REGULATOR_MAX8925 | ||
98 | tristate "Maxim MAX8925 Power Management IC" | ||
99 | depends on MFD_MAX8925 | ||
100 | help | ||
101 | Say y here to support the voltage regulaltor of Maxim MAX8925 PMIC. | ||
102 | |||
97 | config REGULATOR_TWL4030 | 103 | config REGULATOR_TWL4030 |
98 | bool "TI TWL4030/TWL5030/TWL6030/TPS695x0 PMIC" | 104 | bool "TI TWL4030/TWL5030/TWL6030/TPS695x0 PMIC" |
99 | depends on TWL4030_CORE | 105 | depends on TWL4030_CORE |