Pull video into release branch
[sfrench/cifs-2.6.git] / sound / soc / Kconfig
1 #
2 # SoC audio configuration
3 #
4
5 menu "System on Chip audio support"
6         depends on SND!=n
7
8 config SND_SOC_AC97_BUS
9         bool
10
11 config SND_SOC
12         tristate "ALSA for SoC audio support"
13         depends on SND
14         select SND_PCM
15         ---help---
16
17           If you want ASoC support, you should say Y here and also to the
18           specific driver for your SoC platform below.
19           
20           ASoC provides power efficient ALSA support for embedded battery powered
21           SoC based systems like PDA's, Phones and Personal Media Players.
22
23           This ASoC audio support can also be built as a module.  If so, the module
24           will be called snd-soc-core.
25
26 # All the supported Soc's
27 source "sound/soc/at91/Kconfig"
28 source "sound/soc/pxa/Kconfig"
29 source "sound/soc/s3c24xx/Kconfig"
30 source "sound/soc/sh/Kconfig"
31
32 # Supported codecs
33 source "sound/soc/codecs/Kconfig"
34
35 endmenu