diff options
author | Jonghwan Choi <jhbird.choi@gmail.com> | 2011-10-24 22:26:26 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 14:02:48 +0000 |
commit | c5b68d47bb06ca0df9c4d1a1ce5a46ee879aa85c (patch) | |
tree | 047a6a03bf90ab34963e44c131b148fccceac12d /drivers/regulator/Kconfig | |
parent | 43530b69d758328d3ffe6ab98fd640463e8e3667 (diff) | |
download | linux-3.10-c5b68d47bb06ca0df9c4d1a1ce5a46ee879aa85c.tar.gz linux-3.10-c5b68d47bb06ca0df9c4d1a1ce5a46ee879aa85c.tar.bz2 linux-3.10-c5b68d47bb06ca0df9c4d1a1ce5a46ee879aa85c.zip |
regulator: max8649 Convert max8649 to use regmap api
Signed-off-by: Jonghwan Choi <jhbird.choi@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 9713b1b860c..4e919b2ac7e 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -93,6 +93,7 @@ config REGULATOR_MAX1586 config REGULATOR_MAX8649 tristate "Maxim 8649 voltage regulator" depends on I2C + select REGMAP_I2C help This driver controls a Maxim 8649 voltage output regulator via I2C bus. |