All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: enable module build for lp872x driver
@ 2012-07-03  1:18 Kim, Milo
  2012-07-03  9:34 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Kim, Milo @ 2012-07-03  1:18 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-kernel


Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
---
 drivers/regulator/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 27fe52f..7abe31a 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -233,8 +233,8 @@ config REGULATOR_LP3972
 	 on National Semiconductors LP3972 PMIC
 
 config REGULATOR_LP872X
-	bool "TI/National Semiconductor LP8720/LP8725 voltage regulators"
-	depends on I2C=y
+	tristate "TI/National Semiconductor LP8720/LP8725 voltage regulators"
+	depends on I2C
 	select REGMAP_I2C
 	help
 	  This driver supports LP8720/LP8725 PMIC
-- 
1.7.2.5


Best Regards,
Milo


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-03 12:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-03  1:18 [PATCH] regulator: enable module build for lp872x driver Kim, Milo
2012-07-03  9:34 ` Mark Brown
2012-07-03 11:58   ` Kim, Milo
2012-07-03 12:36     ` 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.