Commit | Line | Data |
---|---|---|
a3288176 LG |
1 | # |
2 | # SoC audio configuration | |
3 | # | |
4 | ||
89fe5117 | 5 | menuconfig SND_SOC |
43a23389 | 6 | tristate "ALSA for SoC audio support" |
1fc273b8 | 7 | select SND_PCM |
db845374 | 8 | select AC97_BUS if SND_SOC_AC97_BUS |
8a2cd618 | 9 | select SND_JACK if INPUT=y || INPUT=SND |
a3288176 LG |
10 | ---help--- |
11 | ||
43a23389 LG |
12 | If you want ASoC support, you should say Y here and also to the |
13 | specific driver for your SoC platform below. | |
14 | ||
15 | ASoC provides power efficient ALSA support for embedded battery powered | |
16 | SoC based systems like PDA's, Phones and Personal Media Players. | |
a3288176 | 17 | |
43a23389 | 18 | This ASoC audio support can also be built as a module. If so, the module |
a3288176 LG |
19 | will be called snd-soc-core. |
20 | ||
89fe5117 TI |
21 | if SND_SOC |
22 | ||
23 | config SND_SOC_AC97_BUS | |
24 | bool | |
25 | ||
0b34a3d0 | 26 | # All the supported SoCs |
6c742509 | 27 | source "sound/soc/atmel/Kconfig" |
4a161d23 | 28 | source "sound/soc/au1x/Kconfig" |
0b34a3d0 MB |
29 | source "sound/soc/blackfin/Kconfig" |
30 | source "sound/soc/davinci/Kconfig" | |
31 | source "sound/soc/fsl/Kconfig" | |
32 | source "sound/soc/omap/Kconfig" | |
734c2d4b | 33 | source "sound/soc/pxa/Kconfig" |
86e1f0df | 34 | source "sound/soc/s3c24xx/Kconfig" |
aef3b06a | 35 | source "sound/soc/sh/Kconfig" |
8dafc0fb | 36 | |
7f137ab6 RP |
37 | # Supported codecs |
38 | source "sound/soc/codecs/Kconfig" | |
39 | ||
89fe5117 TI |
40 | endif # SND_SOC |
41 |