diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-01-25 10:24:09 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-03-03 14:49:24 +0000 |
commit | a71b797fdc672714bfff1fdc142042a95e97d7ba (patch) | |
tree | eb99fb2e16798674d6f6fa8d23f108c510737d86 /drivers/regulator/Kconfig | |
parent | 79ac9bc32094be15732c421ea1d9a18751ec1ecf (diff) | |
download | talos-op-linux-a71b797fdc672714bfff1fdc142042a95e97d7ba.tar.gz talos-op-linux-a71b797fdc672714bfff1fdc142042a95e97d7ba.zip |
regulator: enable max8649 regulator driver
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index c565e0d87287..2bc01ee9d9f2 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -69,6 +69,13 @@ config REGULATOR_MAX1586 regulator via I2C bus. The provided regulator is suitable for PXA27x chips to control VCC_CORE and VCC_USIM voltages. +config REGULATOR_MAX8649 + tristate "Maxim 8649 voltage regulator" + depends on I2C + help + This driver controls a Maxim 8649 voltage output regulator via + I2C bus. + config REGULATOR_MAX8660 tristate "Maxim 8660/8661 voltage regulator" depends on I2C |