All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: wm8994: Allow modular build
@ 2014-07-31 14:41 Mark Brown
  2014-08-21  8:11 ` Lee Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2014-07-31 14:41 UTC (permalink / raw)
  To: Lee Jones, Samuel Ortiz; +Cc: linux-kernel, patches, linaro-kernel, Mark Brown

From: Mark Brown <broonie@linaro.org>

The interfaces that used to be built in only (interrupts IIRC) no longer
are so allow the driver to be built as a module fixing arm64 allmodconfig
builds.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
 drivers/mfd/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index de5abf244746..8d5fad23a4b7 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1228,11 +1228,11 @@ config MFD_WM8350_I2C
 	  selected to enable support for the functionality of the chip.
 
 config MFD_WM8994
-	bool "Wolfson Microelectronics WM8994"
+	tristate "Wolfson Microelectronics WM8994"
 	select MFD_CORE
 	select REGMAP_I2C
 	select REGMAP_IRQ
-	depends on I2C=y
+	depends on I2C
 	help
 	  The WM8994 is a highly integrated hi-fi CODEC designed for
 	  smartphone applicatiosn.  As well as audio functionality it
-- 
2.0.1


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

* Re: [PATCH] mfd: wm8994: Allow modular build
  2014-07-31 14:41 [PATCH] mfd: wm8994: Allow modular build Mark Brown
@ 2014-08-21  8:11 ` Lee Jones
  0 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2014-08-21  8:11 UTC (permalink / raw)
  To: Mark Brown; +Cc: Samuel Ortiz, linux-kernel, patches, linaro-kernel, Mark Brown

On Thu, 31 Jul 2014, Mark Brown wrote:

> From: Mark Brown <broonie@linaro.org>
> 
> The interfaces that used to be built in only (interrupts IIRC) no longer
> are so allow the driver to be built as a module fixing arm64 allmodconfig
> builds.
> 
> Signed-off-by: Mark Brown <broonie@linaro.org>
> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
> ---
>  drivers/mfd/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] mfd: wm8994: Allow modular build
  2013-12-17 23:29 Mark Brown
@ 2013-12-18  9:23 ` Charles Keepax
  0 siblings, 0 replies; 4+ messages in thread
From: Charles Keepax @ 2013-12-18  9:23 UTC (permalink / raw)
  To: Mark Brown
  Cc: Samuel Ortiz, Lee Jones, linaro-kernel, Mark Brown, linux-kernel,
	patches

On Tue, Dec 17, 2013 at 11:29:51PM +0000, Mark Brown wrote:
> From: Mark Brown <broonie@linaro.org>
> 
> The interfaces that used to be built in only (interrupts IIRC) no longer
> are so allow the driver to be built as a module fixing arm64 allmodconfig
> builds.
> 
> Signed-off-by: Mark Brown <broonie@linaro.org>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>

Thanks,
Charles

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

* [PATCH] mfd: wm8994: Allow modular build
@ 2013-12-17 23:29 Mark Brown
  2013-12-18  9:23 ` Charles Keepax
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2013-12-17 23:29 UTC (permalink / raw)
  To: Samuel Ortiz, Lee Jones; +Cc: linux-kernel, linaro-kernel, patches, Mark Brown

From: Mark Brown <broonie@linaro.org>

The interfaces that used to be built in only (interrupts IIRC) no longer
are so allow the driver to be built as a module fixing arm64 allmodconfig
builds.

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 drivers/mfd/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 49bb445d846a..920ddfd85faa 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1170,11 +1170,11 @@ config MFD_WM8350_I2C
 	  selected to enable support for the functionality of the chip.
 
 config MFD_WM8994
-	bool "Wolfson Microelectronics WM8994"
+	tristate "Wolfson Microelectronics WM8994"
 	select MFD_CORE
 	select REGMAP_I2C
 	select REGMAP_IRQ
-	depends on I2C=y
+	depends on I2C
 	help
 	  The WM8994 is a highly integrated hi-fi CODEC designed for
 	  smartphone applicatiosn.  As well as audio functionality it
-- 
1.8.5.1


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

end of thread, other threads:[~2014-08-21  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-31 14:41 [PATCH] mfd: wm8994: Allow modular build Mark Brown
2014-08-21  8:11 ` Lee Jones
  -- strict thread matches above, loose matches on Subject: below --
2013-12-17 23:29 Mark Brown
2013-12-18  9:23 ` Charles Keepax

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.