diff options
author | Mike Rapoport <mike@compulab.co.il> | 2010-07-28 13:06:16 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-08-11 06:38:01 -0400 |
commit | 1b13f4bbcbe0d9797bcfd7c8bee7c077787313e1 (patch) | |
tree | 82cb32cea846abbf82abd42e08149ccc2c611955 /drivers/regulator | |
parent | 49610235d58ac44617b4878eb731f65ec4e87aa2 (diff) |
regulator: tps6586x: add dependancy on MFD_TPS6585x
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 93bf5fe5660c..172951bf23a4 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -231,7 +231,7 @@ config REGULATOR_AB8500 | |||
231 | 231 | ||
232 | config REGULATOR_TPS6586X | 232 | config REGULATOR_TPS6586X |
233 | tristate "TI TPS6586X Power regulators" | 233 | tristate "TI TPS6586X Power regulators" |
234 | depends on I2C | 234 | depends on MFD_TPS6586X |
235 | help | 235 | help |
236 | This driver supports TPS6586X voltage regulator chips. | 236 | This driver supports TPS6586X voltage regulator chips. |
237 | 237 | ||