diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-09-15 15:57:36 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-23 08:18:16 +0200 |
commit | db845374e9ba0711e2547477c23d652c15627ac5 (patch) | |
tree | dfeaf3034ea94dcdc8f5551a7496a7aa30b3b012 /sound/soc | |
parent | d74263296658f55ecca1f0b95c106b73d239ea2f (diff) |
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 <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 32ac9409b22..4dfda6674be 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 |