regulator: lp872x: Depend on I2C=y
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 21 Jun 2012 09:35:58 +0000 (10:35 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 21 Jun 2012 09:38:37 +0000 (10:38 +0100)
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>
drivers/regulator/Kconfig

index e056c09661a26d54a1375f0b45e5af2f30b697b8..27fe52f592d9fea72cd4e75f073a150ed3c010b9 100644 (file)
@@ -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
This page took 0.026302 seconds and 5 git commands to generate.