Pull video into release branch
[pandora-kernel.git] / sound / soc / pxa / Kconfig
1 config SND_PXA2XX_SOC
2         tristate "SoC Audio for the Intel PXA2xx chip"
3         depends on ARCH_PXA && SND_SOC
4         help
5           Say Y or M if you want to add support for codecs attached to
6           the PXA2xx AC97, I2S or SSP interface. You will also need
7           to select the audio interfaces to support below.
8
9 config SND_PXA2XX_AC97
10         tristate
11         select SND_AC97_CODEC
12
13 config SND_PXA2XX_SOC_AC97
14         tristate
15         select AC97_BUS
16         select SND_SOC_AC97_BUS
17
18 config SND_PXA2XX_SOC_I2S
19         tristate
20
21 config SND_PXA2XX_SOC_CORGI
22         tristate "SoC Audio support for Sharp Zaurus SL-C7x0"
23         depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx
24         select SND_PXA2XX_SOC_I2S
25         select SND_SOC_WM8731
26         help
27           Say Y if you want to add support for SoC audio on Sharp
28           Zaurus SL-C7x0 models (Corgi, Shepherd, Husky).
29
30 config SND_PXA2XX_SOC_SPITZ
31         tristate "SoC Audio support for Sharp Zaurus SL-Cxx00"
32         depends on SND_PXA2XX_SOC && PXA_SHARP_Cxx00
33         select SND_PXA2XX_SOC_I2S
34         select SND_SOC_WM8750
35         help
36           Say Y if you want to add support for SoC audio on Sharp
37           Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita).
38
39 config SND_PXA2XX_SOC_POODLE
40         tristate "SoC Audio support for Poodle"
41         depends on SND_PXA2XX_SOC && MACH_POODLE
42         select SND_PXA2XX_SOC_I2S
43         select SND_SOC_WM8731
44         help
45           Say Y if you want to add support for SoC audio on Sharp
46           Zaurus SL-5600 model (Poodle).
47
48 config SND_PXA2XX_SOC_TOSA
49         tristate "SoC AC97 Audio support for Tosa"
50         depends on SND_PXA2XX_SOC && MACH_TOSA
51         select SND_PXA2XX_SOC_AC97
52         select SND_SOC_WM9712
53         help
54           Say Y if you want to add support for SoC audio on Sharp
55           Zaurus SL-C6000x models (Tosa).