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 select SND_ARM 39 help 40 Say Y if you want to add support for codecs attached to 41 the MMP SSPA interface. 42 43config SND_PXA2XX_SOC_SPITZ 44 tristate "SoC Audio support for Sharp Zaurus SL-Cxx00" 45 depends on SND_PXA2XX_SOC && PXA_SHARP_Cxx00 && I2C 46 select SND_PXA2XX_SOC_I2S 47 select SND_SOC_WM8750 48 help 49 Say Y if you want to add support for SoC audio on Sharp 50 Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita). 51 52config SND_PXA910_SOC 53 tristate "SoC Audio for Marvell PXA910 chip" 54 depends on ARCH_MMP && SND 55 select SND_PCM 56 help 57 Say Y if you want to add support for SoC audio on the 58 Marvell PXA910 reference platform. 59