diff options
author | Jonghwan Choi <jhbird.choi@gmail.com> | 2011-10-24 09:26:26 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 09:02:48 -0500 |
commit | c5b68d47bb06ca0df9c4d1a1ce5a46ee879aa85c (patch) | |
tree | 047a6a03bf90ab34963e44c131b148fccceac12d /drivers/regulator/Kconfig | |
parent | 43530b69d758328d3ffe6ab98fd640463e8e3667 (diff) |
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 9713b1b860cb..4e919b2ac7ee 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -93,6 +93,7 @@ config REGULATOR_MAX1586 | |||
93 | config REGULATOR_MAX8649 | 93 | config REGULATOR_MAX8649 |
94 | tristate "Maxim 8649 voltage regulator" | 94 | tristate "Maxim 8649 voltage regulator" |
95 | depends on I2C | 95 | depends on I2C |
96 | select REGMAP_I2C | ||
96 | help | 97 | help |
97 | This driver controls a Maxim 8649 voltage output regulator via | 98 | This driver controls a Maxim 8649 voltage output regulator via |
98 | I2C bus. | 99 | I2C bus. |