Skip to content

Commit

Permalink
regulator: lp872x: Depend on I2C=y
Browse files Browse the repository at this point in the history
Kconfig doesn't do the right thing for us here.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jun 21, 2012
1 parent 01bc3a1 commit dc2060c
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 @@ -234,7 +234,7 @@ config REGULATOR_LP3972

config REGULATOR_LP872X
bool "TI/National Semiconductor LP8720/LP8725 voltage regulators"
depends on I2C
depends on I2C=y
select REGMAP_I2C
help
This driver supports LP8720/LP8725 PMIC
Expand Down

0 comments on commit dc2060c

Please sign in to comment.