The patch titled Make SND_SOC_PCM_SH7760 depend on SH_DMABRG rather than selecting it has been removed from the -mm tree. Its filename was make-snd_soc_pcm_sh7760-depend-on-sh_dmabrg-rather-than-selecting-it.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Make SND_SOC_PCM_SH7760 depend on SH_DMABRG rather than selecting it From: Manuel Lauss <mano@xxxxxxxxxxxxxxxxxxxxxxx> Fixes Kconfig warning about undefined SH_DMABRG symbol on non-sh builds. Signed-off-by: Manuel Lauss <mano@xxxxxxxxxxxxxxxxxxxxxxx> Cc: Jaroslav Kysela <perex@xxxxxxx> Cc: Takashi Iwai <tiwai@xxxxxxx> Cc: Paul Mundt <lethal@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- sound/soc/sh/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN sound/soc/sh/Kconfig~make-snd_soc_pcm_sh7760-depend-on-sh_dmabrg-rather-than-selecting-it sound/soc/sh/Kconfig --- a/sound/soc/sh/Kconfig~make-snd_soc_pcm_sh7760-depend-on-sh_dmabrg-rather-than-selecting-it +++ a/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. _ Patches currently in -mm which might be from mano@xxxxxxxxxxxxxxxxxxxxxxx are git-alsa.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html