2008-01-31 21:58:38

by Kristoffer Ericson

[permalink] [raw]
Subject: [PATCH/KCONFIG] - 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 <[email protected]>

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"


Attachments:
SoC-SuperH-add-depends.patch (293.00 B)

2008-01-31 23:18:18

by Paul Mundt

[permalink] [raw]
Subject: Re: [PATCH/KCONFIG] - Add SUPERH depends to sound/soc/sh/Kconfig

On Thu, Jan 31, 2008 at 10:58:11PM +0100, Kristoffer Ericson wrote:
> 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 <[email protected]>
>
Yeah, I noticed that too. Please send this to the ALSA folks.

2008-02-01 12:55:03

by Kristoffer Ericson

[permalink] [raw]
Subject: Re: [PATCH/KCONFIG] - Add SUPERH depends to sound/soc/sh/Kconfig

On Fri, 1 Feb 2008 08:17:15 +0900
Paul Mundt <[email protected]> wrote:

> On Thu, Jan 31, 2008 at 10:58:11PM +0100, Kristoffer Ericson wrote:
> > 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 <[email protected]>
> >
> Yeah, I noticed that too. Please send this to the ALSA folks.

Done, just got message from takashi that its applied. Thx