All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: lp872x: Make REGULATOR_LP872X depend on I2C rather than I2C=y
@ 2013-08-30 14:13 Axel Lin
  2013-08-30 15:40 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-08-30 14:13 UTC (permalink / raw)
  To: Mark Brown; +Cc: Milo(Woogyom) Kim, Liam Girdwood, linux-kernel

lp872x regulator driver can be built a module after commit 631a1fc
"regulator: build: Allow most regulators to be built as modules".
Make REGULATOR_LP872X depend on I2C to allow building lp872x module when I2C=m.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 052e284..dfe5809 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -231,7 +231,7 @@ config REGULATOR_LP3972
 
 config REGULATOR_LP872X
 	tristate "TI/National Semiconductor LP8720/LP8725 voltage regulators"
-	depends on I2C=y
+	depends on I2C
 	select REGMAP_I2C
 	help
 	  This driver supports LP8720/LP8725 PMIC
-- 
1.8.1.2




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

* Re: [PATCH] regulator: lp872x: Make REGULATOR_LP872X depend on I2C rather than I2C=y
  2013-08-30 14:13 [PATCH] regulator: lp872x: Make REGULATOR_LP872X depend on I2C rather than I2C=y Axel Lin
@ 2013-08-30 15:40 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-08-30 15:40 UTC (permalink / raw)
  To: Axel Lin; +Cc: Milo(Woogyom) Kim, Liam Girdwood, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

On Fri, Aug 30, 2013 at 10:13:44PM +0800, Axel Lin wrote:
> lp872x regulator driver can be built a module after commit 631a1fc
> "regulator: build: Allow most regulators to be built as modules".
> Make REGULATOR_LP872X depend on I2C to allow building lp872x module when I2C=m.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2013-08-30 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-30 14:13 [PATCH] regulator: lp872x: Make REGULATOR_LP872X depend on I2C rather than I2C=y Axel Lin
2013-08-30 15:40 ` 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.