From: Kristoffer Ericson Date: Fri, 1 Feb 2008 12:16:10 +0000 (+0100) Subject: [ALSA] Add SUPERH depends to sound/soc/sh/Kconfig X-Git-Tag: v2.6.26-rc1~1087^2~248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc952e693e3653d0fa50ee1986a47d88de3465b7;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [ALSA] Add SUPERH depends to sound/soc/sh/Kconfig 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 Signed-off-by: Takashi Iwai --- diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index f03220d2..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"