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 16 select AC97_BUS_NEW 17 select SND_PXA2XX_LIB 18 select SND_PXA2XX_LIB_AC97 19 select SND_SOC_AC97_BUS_NEW 20 21config SND_PXA2XX_SOC_I2S 22 select SND_PXA2XX_LIB 23 tristate 24 25config SND_PXA_SOC_SSP 26 tristate "Soc Audio via PXA2xx/PXA3xx SSP ports" 27 depends on PLAT_PXA 28 select PXA_SSP 29 select SND_PXA2XX_LIB 30 31config SND_MMP_SOC_SSPA 32 tristate "SoC Audio via MMP SSPA ports" 33 depends on ARCH_MMP 34 select SND_SOC_GENERIC_DMAENGINE_PCM 35 select SND_ARM 36 help 37 Say Y if you want to add support for codecs attached to 38 the MMP SSPA interface. 39 40config SND_PXA2XX_SOC_SPITZ 41 tristate "SoC Audio support for Sharp Zaurus SL-Cxx00" 42 depends on SND_PXA2XX_SOC && PXA_SHARP_Cxx00 && I2C 43 select SND_PXA2XX_SOC_I2S 44 select SND_SOC_WM8750 45 help 46 Say Y if you want to add support for SoC audio on Sharp 47 Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita). 48 49config SND_PXA910_SOC 50 tristate "SoC Audio for Marvell PXA910 chip" 51 depends on ARCH_MMP && SND 52 select SND_PCM 53 help 54 Say Y if you want to add support for SoC audio on the 55 Marvell PXA910 reference platform. 56