xref: /openbmc/linux/sound/soc/pxa/Kconfig (revision 30d38542)
1config SND_PXA2XX_SOC
2	tristate "SoC Audio for the Intel PXA2xx chip"
3	depends on ARCH_PXA
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
15	select AC97_BUS
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	depends on MFD_TC6393XB
52	select SND_PXA2XX_SOC_AC97
53	select SND_SOC_WM9712
54	help
55	  Say Y if you want to add support for SoC audio on Sharp
56	  Zaurus SL-C6000x models (Tosa).
57
58config SND_PXA2XX_SOC_E800
59	tristate "SoC AC97 Audio support for e800"
60	depends on SND_PXA2XX_SOC && MACH_E800
61	select SND_SOC_WM9712
62	select SND_PXA2XX_SOC_AC97
63	help
64	  Say Y if you want to add support for SoC audio on the
65	  Toshiba e800 PDA
66
67config SND_PXA2XX_SOC_EM_X270
68	tristate "SoC Audio support for CompuLab EM-x270"
69	depends on SND_PXA2XX_SOC && MACH_EM_X270
70	select SND_PXA2XX_SOC_AC97
71	select SND_SOC_WM9712
72	help
73	  Say Y if you want to add support for SoC audio on
74	  CompuLab EM-x270.
75