From: Mark Brown Date: Mon, 15 Sep 2008 14:57:36 +0000 (+0100) Subject: sound: ASoC: Fix dependency on AC97_BUS X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=db845374e9ba0711e2547477c23d652c15627ac5;p=deliverable%2Flinux.git sound: ASoC: Fix dependency on AC97_BUS When built with AC97 support the ASoC core depends on AC97_BUS so force it to be available Kconfig. Signed-off-by: Mark Brown Signed-off-by: Jaroslav Kysela --- diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 32ac9409b22a..4dfda6674bec 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -5,6 +5,7 @@ menuconfig SND_SOC tristate "ALSA for SoC audio support" select SND_PCM + select AC97_BUS if SND_SOC_AC97_BUS ---help--- If you want ASoC support, you should say Y here and also to the