diff options
author | Takashi Iwai | 2007-03-08 12:53:02 +0100 |
---|---|---|
committer | Jaroslav Kysela | 2007-03-14 08:24:16 +0100 |
commit | 1fc273b88e59092466b6503e46d9227976254e10 (patch) | |
tree | 72544c5013e981824b7b8caf1227fd5a78a2f5b8 /sound/soc/at91 | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 (diff) | |
download | kernel-qcow2-linux-1fc273b88e59092466b6503e46d9227976254e10.tar.gz kernel-qcow2-linux-1fc273b88e59092466b6503e46d9227976254e10.tar.xz kernel-qcow2-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/at91')
-rw-r--r-- | sound/soc/at91/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/at91/Kconfig b/sound/soc/at91/Kconfig index 5bcf08b728b0..a5b2558916c1 100644 --- a/sound/soc/at91/Kconfig +++ b/sound/soc/at91/Kconfig @@ -2,8 +2,7 @@ menu "SoC Audio for the Atmel AT91" config SND_AT91_SOC tristate "SoC Audio for the Atmel AT91 System-on-Chip" - depends on ARCH_AT91 && SND - select SND_PCM + depends on ARCH_AT91 && SND_SOC help Say Y or M if you want to add support for codecs attached to the AT91 SSC interface. You will also need |