diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-06-21 04:04:23 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-08-11 06:38:00 -0400 |
commit | 69f710083a5c49467ce3f76631d201771ae59539 (patch) | |
tree | a7f174182358f95d57e726e7681b77f4b75feaca /drivers/regulator/Kconfig | |
parent | 156f252857dfd81f03d77d09e33b5f7d2b113e2b (diff) |
drivers: regulators: depend on MFD_MAX8998
The MAX8998-pmic driver requires a core driver for all io operations. Like
other regulator driver make it depend of the required MFD io driver.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 671b81a39482..7cd8a2976e65 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -102,8 +102,7 @@ config REGULATOR_MAX8925 | |||
102 | 102 | ||
103 | config REGULATOR_MAX8998 | 103 | config REGULATOR_MAX8998 |
104 | tristate "Maxim 8998 voltage regulator" | 104 | tristate "Maxim 8998 voltage regulator" |
105 | depends on I2C | 105 | depends on MFD_MAX8998 |
106 | default n | ||
107 | help | 106 | help |
108 | This driver controls a Maxim 8998 voltage output regulator | 107 | This driver controls a Maxim 8998 voltage output regulator |
109 | via I2C bus. The provided regulator is suitable for S3C6410 | 108 | via I2C bus. The provided regulator is suitable for S3C6410 |