public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH omap-fixes] ARM: OMAP: cleanup: remove OMAP_MCBSP Kconfig warnings
@ 2007-08-06 15:13 Kevin Hilman
  2007-08-10 10:05 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2007-08-06 15:13 UTC (permalink / raw)
  To: linux-omap-open-source

When the OMAP patches are applied and the kernel is built for a
non-ARM target, there are a handful of Kconfig warnings due to the use
of OMAP_MCBSP in arch-independent Kconfig files.  

This patch simply removes the 'select OMAP_MCBSP' in these
arch-independent files since it is already 'default y' in
arch/arm/plat-omap/Kconfig

Signed-off-by: Kevin Hilman <khilman@mvista.com>

---
 sound/arm/Kconfig |    3 ---
 1 file changed, 3 deletions(-)

Index: dev/sound/arm/Kconfig
===================================================================
--- dev.orig/sound/arm/Kconfig
+++ dev/sound/arm/Kconfig
@@ -39,7 +39,6 @@ config SND_OMAP_AIC23
 	select SND_PCM
 	select I2C
 	select I2C_OMAP if ARCH_OMAP
-	select OMAP_MCBSP
 	select SENSORS_TLV320AIC23
 	help
 	  Say Y here if you have a OSK platform board
@@ -53,7 +52,6 @@ config SND_OMAP_TSC2101
  	depends on ARCH_OMAP && SND
  	select SND_PCM
          select SPI_TSC2101
-	 select OMAP_MCBSP
  	help
  	  Say Y here if you have a OMAP platform board
  	  and want to use its TSC2101 audio chip. Driver has
@@ -66,7 +64,6 @@ config SND_SX1
  	tristate "Siemens SX1 Egold alsa driver"
  	depends on ARCH_OMAP && SND
  	select SND_PCM
-	select OMAP_MCBSP
  	help
  	  Say Y here if you have a OMAP310 based Siemens SX1.
 
--

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

* Re: [PATCH omap-fixes] ARM: OMAP: cleanup: remove OMAP_MCBSP Kconfig warnings
  2007-08-06 15:13 [PATCH omap-fixes] ARM: OMAP: cleanup: remove OMAP_MCBSP Kconfig warnings Kevin Hilman
@ 2007-08-10 10:05 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-08-10 10:05 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-omap-open-source

* Kevin Hilman <khilman@mvista.com> [070807 01:43]:
> When the OMAP patches are applied and the kernel is built for a
> non-ARM target, there are a handful of Kconfig warnings due to the use
> of OMAP_MCBSP in arch-independent Kconfig files.  
> 
> This patch simply removes the 'select OMAP_MCBSP' in these
> arch-independent files since it is already 'default y' in
> arch/arm/plat-omap/Kconfig

Pushing today.

Tony

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

end of thread, other threads:[~2007-08-10 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-06 15:13 [PATCH omap-fixes] ARM: OMAP: cleanup: remove OMAP_MCBSP Kconfig warnings Kevin Hilman
2007-08-10 10:05 ` Tony Lindgren

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