xref: /linux/sound/soc/pxa/Kconfig (revision be239684b18e1cdcafcf8c7face4a2f562c745ad)
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_PXA2XX_SOC
3	tristate "SoC Audio for the Intel PXA2xx chip"
4	depends on ARCH_PXA || COMPILE_TEST
5	select SND_PXA2XX_LIB
6	help
7	  Say Y or M if you want to add support for codecs attached to
8	  the PXA2xx AC97, I2S or SSP interface. You will also need
9	  to select the audio interfaces to support below.
10
11config SND_PXA2XX_AC97
12	tristate
13
14config SND_PXA2XX_SOC_AC97
15	tristate "SoC AC97 support for PXA2xx"
16	depends on SND_PXA2XX_SOC
17	depends on AC97_BUS=n
18	default y
19	select AC97_BUS_NEW
20	select SND_PXA2XX_LIB
21	select SND_PXA2XX_LIB_AC97
22	select SND_SOC_AC97_BUS_NEW
23
24config SND_PXA2XX_SOC_I2S
25	select SND_PXA2XX_LIB
26	tristate
27
28config SND_PXA_SOC_SSP
29	tristate "Soc Audio via PXA2xx/PXA3xx SSP ports"
30	depends on PLAT_PXA
31	select PXA_SSP
32	select SND_PXA2XX_LIB
33
34config SND_MMP_SOC_SSPA
35	tristate "SoC Audio via MMP SSPA ports"
36	depends on ARCH_MMP
37	select SND_SOC_GENERIC_DMAENGINE_PCM
38	help
39	  Say Y if you want to add support for codecs attached to
40	  the MMP SSPA interface.
41
42config SND_PXA2XX_SOC_SPITZ
43	tristate "SoC Audio support for Sharp Zaurus SL-Cxx00"
44	depends on SND_PXA2XX_SOC && PXA_SHARP_Cxx00 && I2C
45	select SND_PXA2XX_SOC_I2S
46	select SND_SOC_WM8750
47	help
48	  Say Y if you want to add support for SoC audio on Sharp
49	  Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita).
50
51config SND_PXA910_SOC
52	tristate "SoC Audio for Marvell PXA910 chip"
53	depends on ARCH_MMP && SND
54	select SND_PCM
55	help
56	  Say Y if you want to add support for SoC audio on the
57	  Marvell PXA910 reference platform.
58