Commit db845374 authored by Mark Brown's avatar Mark Brown Committed by Jaroslav Kysela

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent d7426329
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
menuconfig SND_SOC menuconfig SND_SOC
tristate "ALSA for SoC audio support" tristate "ALSA for SoC audio support"
select SND_PCM select SND_PCM
select AC97_BUS if SND_SOC_AC97_BUS
---help--- ---help---
If you want ASoC support, you should say Y here and also to the If you want ASoC support, you should say Y here and also to the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment