[ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSE
[deliverable/linux.git] / sound / soc / pxa / Kconfig
CommitLineData
734c2d4b
LG
1config SND_PXA2XX_SOC
2 tristate "SoC Audio for the Intel PXA2xx chip"
89fe5117 3 depends on ARCH_PXA
734c2d4b
LG
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
9config SND_PXA2XX_AC97
10 tristate
11 select SND_AC97_CODEC
12
13config SND_PXA2XX_SOC_AC97
14 tristate
1a5965b7 15 select AC97_BUS
734c2d4b
LG
16 select SND_SOC_AC97_BUS
17
18config SND_PXA2XX_SOC_I2S
19 tristate
20
21config 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
30config 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
39config 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
48config 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).
ab40d4f1
IM
56
57config SND_PXA2XX_SOC_E800
58 tristate "SoC AC97 Audio support for e800"
59 depends on SND_PXA2XX_SOC && MACH_E800
60 select SND_SOC_WM9712
61 select SND_PXA2XX_SOC_AC97
62 help
63 Say Y if you want to add support for SoC audio on the
64 Toshiba e800 PDA
This page took 0.175012 seconds and 5 git commands to generate.