All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: lp872x: Depend on I2C=y
@ 2012-06-21  9:56 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2012-06-21  9:56 UTC (permalink / raw)
  To: Liam Girdwood, Milo.Kim; +Cc: linux-kernel, Mark Brown

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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index e056c09..27fe52f 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -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
-- 
1.7.10


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-21  9:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-21  9:56 [PATCH] regulator: lp872x: Depend on I2C=y Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.