Skip to content

Commit

Permalink
[ALSA] soc - Fix dependencies in Kconfig files
Browse files Browse the repository at this point in the history
Fixed dependencies in Kconfig files of soc drivers.

Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
tiwai authored and Jaroslav Kysela committed Mar 14, 2007
1 parent baab108 commit 1fc273b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions sound/soc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions sound/soc/at91/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions sound/soc/pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fc273b

Please sign in to comment.