public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: silence Kconfig warnings for non-ARM build
@ 2007-08-03 22:00 Kevin Hilman
  2007-08-06 15:02 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2007-08-03 22:00 UTC (permalink / raw)
  To: linux-omap-open-source

Not sure if this is the right Kconfig magic, but when the OMAP patches
are applied and the kernel is built for a non-ARM target, there are
a handful of Kconfig warnings.  This patch cleans that up.

Signed-off-by: Kevin Hilman <khilman@mvista.com>
---
 sound/arm/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig
index 3646307..76f8072 100644
--- a/sound/arm/Kconfig
+++ b/sound/arm/Kconfig
@@ -33,6 +33,7 @@ config SND_PXA2XX_AC97
 	  Say Y or M if you want to support any AC97 codec attached to
 	  the PXA2xx AC97 interface.
 
+if ARCH_OMAP
 config SND_OMAP_AIC23
 	tristate "OMAP AIC23 alsa driver (osk5912)"
 	depends on ARCH_OMAP && SND
@@ -99,5 +100,6 @@ config SND_OMAP24XX_EAC
 
 	  To compile this driver as a module, choose M here: the module
 	  will be called snd-omap24xx-eac.
+endif
 
 endmenu
-- 
1.5.2

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

* Re: [PATCH] ARM: OMAP: silence Kconfig warnings for non-ARM build
  2007-08-03 22:00 [PATCH] ARM: OMAP: silence Kconfig warnings for non-ARM build Kevin Hilman
@ 2007-08-06 15:02 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2007-08-06 15:02 UTC (permalink / raw)
  To: linux-omap-open-source

Kevin Hilman wrote:
> Not sure if this is the right Kconfig magic, but when the OMAP patches
> are applied and the kernel is built for a non-ARM target, there are
> a handful of Kconfig warnings.  This patch cleans that up.

Ignore this one.  It doesn't actually work.  Will send a better one.

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

end of thread, other threads:[~2007-08-06 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-03 22:00 [PATCH] ARM: OMAP: silence Kconfig warnings for non-ARM build Kevin Hilman
2007-08-06 15:02 ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox