summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorJonghwan Choi2011-10-24 15:26:26 +0200
committerMark Brown2011-11-23 15:02:48 +0100
commitc5b68d47bb06ca0df9c4d1a1ce5a46ee879aa85c (patch)
tree047a6a03bf90ab34963e44c131b148fccceac12d /drivers/regulator/Kconfig
parentregulator: Use regmap_read/write(), regmap_update_bits functions directly (diff)
downloadkernel-qcow2-linux-c5b68d47bb06ca0df9c4d1a1ce5a46ee879aa85c.tar.gz
kernel-qcow2-linux-c5b68d47bb06ca0df9c4d1a1ce5a46ee879aa85c.tar.xz
kernel-qcow2-linux-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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 9713b1b860cb..4e919b2ac7ee 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.