From: Manuel Lauss Date: Fri, 8 Jun 2007 09:41:34 +0000 (+0200) Subject: [ALSA] soc/sh: let SND_SOC_PCM_SH7760 depend on SH_DMABRG X-Git-Tag: firefly_0821_release~27411^2~72 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bc55197d5a19a58c63f826dbd326da70e97b88f8;p=firefly-linux-kernel-4.4.55.git [ALSA] soc/sh: let SND_SOC_PCM_SH7760 depend on SH_DMABRG Let SND_SOC_PCM_SH7760 depend on SH_DMABRG rather than select'ing it. Gets rid of the Kbuild warning about SH_DMABRG being undefined on non-sh builds. Signed-off-by: Manuel Lauss Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index a332e51d6887..f03220d23e73 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -2,8 +2,7 @@ menu "SoC Audio support for SuperH" config SND_SOC_PCM_SH7760 tristate "SoC Audio support for Renesas SH7760" - depends on CPU_SUBTYPE_SH7760 && SND_SOC - select SH_DMABRG + depends on CPU_SUBTYPE_SH7760 && SND_SOC && SH_DMABRG help Enable this option for SH7760 AC97/I2S audio support.