diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-03-08 12:53:02 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-03-14 08:24:16 +0100 |
commit | 1fc273b88e59092466b6503e46d9227976254e10 (patch) | |
tree | 72544c5013e981824b7b8caf1227fd5a78a2f5b8 /sound/soc/Kconfig | |
parent | baab1087c61d4506f2c9f4cdb7da162160de16c2 (diff) | |
download | talos-op-linux-1fc273b88e59092466b6503e46d9227976254e10.tar.gz talos-op-linux-1fc273b88e59092466b6503e46d9227976254e10.zip |
[ALSA] soc - Fix dependencies in Kconfig files
Fixed dependencies in Kconfig files of soc drivers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index ec821a57f843..dccaa4be679e 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -10,6 +10,8 @@ config SND_SOC_AC97_BUS config SND_SOC tristate "SoC audio support" + depends on SND + select SND_PCM ---help--- If you want SoC support, you should say Y here and also to the |