From: Kevin Hilman <khilman@mvista.com>
To: linux-omap-open-source@linux.omap.com
Subject: [PATCH] ARM: OMAP: silence Kconfig warnings for non-ARM build
Date: Fri, 3 Aug 2007 15:00:53 -0700 [thread overview]
Message-ID: <11861784532833-git-send-email-khilman@mvista.com> (raw)
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
next reply other threads:[~2007-08-03 22:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-03 22:00 Kevin Hilman [this message]
2007-08-06 15:02 ` [PATCH] ARM: OMAP: silence Kconfig warnings for non-ARM build Kevin Hilman
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=11861784532833-git-send-email-khilman@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