diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-07-18 21:17:53 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-19 14:08:37 -0400 |
commit | 7c45f60b42e0f916aaf31fedf8e8afeaf585ee90 (patch) | |
tree | c574f39892d4bf29188b2ecf9ac5af7fdab6b37d /drivers/regulator/Kconfig | |
parent | e5e80f6dd65d27085d86c3c0eb598b4a1b49a271 (diff) |
regulator: 88pm800: Depend on MFD_88PM800 rather than MFD_88PM800=y
This driver can be built as a module, make it depend on MFD_88PM800.
Otherwise, we are not able to select this driver when MFD_88PM800=m.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-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 65b7d5b1bb39..b05fa9009e82 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -66,7 +66,7 @@ config REGULATOR_USERSPACE_CONSUMER | |||
66 | 66 | ||
67 | config REGULATOR_88PM800 | 67 | config REGULATOR_88PM800 |
68 | tristate "Marvell 88PM800 Power regulators" | 68 | tristate "Marvell 88PM800 Power regulators" |
69 | depends on MFD_88PM800=y | 69 | depends on MFD_88PM800 |
70 | help | 70 | help |
71 | This driver supports Marvell 88PM800 voltage regulator chips. | 71 | This driver supports Marvell 88PM800 voltage regulator chips. |
72 | It delivers digitally programmable output, | 72 | It delivers digitally programmable output, |