public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@mvista.com>
To: linux-omap-open-source@linux.omap.com
Subject: [PATCH omap-fixes] ARM: OMAP: cleanup: remove OMAP_MCBSP Kconfig warnings
Date: Mon, 06 Aug 2007 08:13:12 -0700	[thread overview]
Message-ID: <20070806151312.217287034@mvista.com> (raw)

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.
 
--

             reply	other threads:[~2007-08-06 15:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-06 15:13 Kevin Hilman [this message]
2007-08-10 10:05 ` [PATCH omap-fixes] ARM: OMAP: cleanup: remove OMAP_MCBSP Kconfig warnings Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070806151312.217287034@mvista.com \
    --to=khilman@mvista.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox