public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH/KCONFIG] - Add SUPERH depends to sound/soc/sh/Kconfig
@ 2008-01-31 21:58 Kristoffer Ericson
  2008-01-31 23:17 ` Paul Mundt
  0 siblings, 1 reply; 3+ messages in thread
From: Kristoffer Ericson @ 2008-01-31 21:58 UTC (permalink / raw)
  To: Paul Mundt; +Cc: linux-sh, linux-main

[-- Attachment #1: Type: text/plain, Size: 538 bytes --]

Currently you will see an empty "SoC Audio support for SuperH" menu 
when building for other archs (example pxa).
This patch adds "depends on SUPERH" to remove that empty menu.

signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>

diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig
index f03220d..4c1e013 100644
--- a/sound/soc/sh/Kconfig
+++ b/sound/soc/sh/Kconfig
@@ -1,4 +1,5 @@
 menu "SoC Audio support for SuperH"
+	depends on SUPERH
 
 config SND_SOC_PCM_SH7760
 	tristate "SoC Audio support for Renesas SH7760"


[-- Attachment #2: SoC-SuperH-add-depends.patch --]
[-- Type: application/octet-stream, Size: 293 bytes --]

diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig
index f03220d..4c1e013 100644
--- a/sound/soc/sh/Kconfig
+++ b/sound/soc/sh/Kconfig
@@ -1,4 +1,5 @@
 menu "SoC Audio support for SuperH"
+	depends on SUPERH
 
 config SND_SOC_PCM_SH7760
 	tristate "SoC Audio support for Renesas SH7760"

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

end of thread, other threads:[~2008-02-01 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-31 21:58 [PATCH/KCONFIG] - Add SUPERH depends to sound/soc/sh/Kconfig Kristoffer Ericson
2008-01-31 23:17 ` Paul Mundt
2008-02-01 12:54   ` Kristoffer Ericson

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