Commit 69f710083a5c49467ce3f76631d201771ae59539
Committed by
Liam Girdwood
1 parent
156f252857
Exists in
master
and in
7 other branches
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>
Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff
drivers/regulator/Kconfig
... | ... | @@ -102,8 +102,7 @@ |
102 | 102 | |
103 | 103 | config REGULATOR_MAX8998 |
104 | 104 | tristate "Maxim 8998 voltage regulator" |
105 | - depends on I2C | |
106 | - default n | |
105 | + depends on MFD_MAX8998 | |
107 | 106 | help |
108 | 107 | This driver controls a Maxim 8998 voltage output regulator |
109 | 108 | via I2C bus. The provided regulator is suitable for S3C6410 |