diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-03-08 06:53:55 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-11 10:55:45 -0400 |
commit | 4d02031fe25c01eaa946a25e2052dd8e706edfca (patch) | |
tree | 96b010c278d36a7bfe8467d94ee44b3266c43f08 | |
parent | ffb2c3c07f6ffd61923de736139248b31dc6f642 (diff) |
[ALSA] soc - Fix dependencies in s3c24xx/Kconfig
Fixed dependencies in soc/s3c24xx/Kconfig file.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index 433da9f854af..bb6e00a1cf66 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -2,8 +2,7 @@ menu "SoC Audio for the Samsung S3C24XX" | |||
2 | 2 | ||
3 | config SND_S3C24XX_SOC | 3 | config SND_S3C24XX_SOC |
4 | tristate "SoC Audio for the Samsung S3C24XX chips" | 4 | tristate "SoC Audio for the Samsung S3C24XX chips" |
5 | depends on ARCH_S3C2410 && SND | 5 | depends on ARCH_S3C2410 && SND_SOC |
6 | select SND_PCM | ||
7 | help | 6 | help |
8 | Say Y or M if you want to add support for codecs attached to | 7 | Say Y or M if you want to add support for codecs attached to |
9 | the S3C24XX AC97, I2S or SSP interface. You will also need | 8 | the S3C24XX AC97, I2S or SSP interface. You will also need |