Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fc273b8 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] soc - Fix dependencies in Kconfig files



Fixed dependencies in Kconfig files of soc drivers.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent baab1087
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −2
Original line number Diff line number Diff line
@@ -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
+1 −2
Original line number Diff line number Diff line
@@ -2,8 +2,7 @@ menu "SoC Audio for the Intel PXA2xx"

config SND_PXA2XX_SOC
	tristate "SoC Audio for the Intel PXA2xx chip"
	depends on ARCH_PXA && SND
	select SND_PCM
	depends on ARCH_PXA && SND_SOC
	help
	  Say Y or M if you want to add support for codecs attached to
	  the PXA2xx AC97, I2S or SSP interface. You will also need