Sfoglia il codice sorgente

[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>
Takashi Iwai 18 anni fa
parent
commit
4d02031fe2
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      sound/soc/s3c24xx/Kconfig

+ 1 - 2
sound/soc/s3c24xx/Kconfig

@@ -2,8 +2,7 @@ menu "SoC Audio for the Samsung S3C24XX"
 
 
 config SND_S3C24XX_SOC
 config SND_S3C24XX_SOC
 	tristate "SoC Audio for the Samsung S3C24XX chips"
 	tristate "SoC Audio for the Samsung S3C24XX chips"
-	depends on ARCH_S3C2410 && SND
-	select SND_PCM
+	depends on ARCH_S3C2410 && SND_SOC
 	help
 	help
 	  Say Y or M if you want to add support for codecs attached to
 	  Say Y or M if you want to add support for codecs attached to
 	  the S3C24XX AC97, I2S or SSP interface. You will also need
 	  the S3C24XX AC97, I2S or SSP interface. You will also need