Skip to content

Commit

Permalink
regulator: 88pm800: Depend on MFD_88PM800 rather than MFD_88PM800=y
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Mark Brown committed Jul 19, 2013
1 parent e5e80f6 commit 7c45f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ config REGULATOR_USERSPACE_CONSUMER

config REGULATOR_88PM800
tristate "Marvell 88PM800 Power regulators"
depends on MFD_88PM800=y
depends on MFD_88PM800
help
This driver supports Marvell 88PM800 voltage regulator chips.
It delivers digitally programmable output,
Expand Down

0 comments on commit 7c45f60

Please sign in to comment.