diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-17 20:18:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-23 02:57:02 -0400 |
commit | 90923351d480fffd0d24646db83f6f8315eed0d9 (patch) | |
tree | e6513c1dbae85bdfc87208694d4294a850acfce9 /drivers/regulator/Kconfig | |
parent | a676f083068b08e676c557279effbd7f4d590812 (diff) |
regulator: Convert tps65023 to use regmap API
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
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 d7ed20f293d7..118eb213eb3a 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -235,6 +235,7 @@ config REGULATOR_TPS6105X | |||
235 | config REGULATOR_TPS65023 | 235 | config REGULATOR_TPS65023 |
236 | tristate "TI TPS65023 Power regulators" | 236 | tristate "TI TPS65023 Power regulators" |
237 | depends on I2C | 237 | depends on I2C |
238 | select REGMAP_I2C | ||
238 | help | 239 | help |
239 | This driver supports TPS65023 voltage regulator chips. TPS65023 provides | 240 | This driver supports TPS65023 voltage regulator chips. TPS65023 provides |
240 | three step-down converters and two general-purpose LDO voltage regulators. | 241 | three step-down converters and two general-purpose LDO voltage regulators. |