brintos

brintos / linux-shallow public Read only

0
0
Text · 1.5 KiB · e05d6ce Raw
55 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SND_PXA2XX_SOC3	tristate "SoC Audio for the Intel PXA2xx chip"4	depends on ARCH_PXA || COMPILE_TEST5	select SND_PXA2XX_LIB6	help7	  Say Y or M if you want to add support for codecs attached to8	  the PXA2xx AC97, I2S or SSP interface. You will also need9	  to select the audio interfaces to support below.10 11config SND_PXA2XX_SOC_AC9712	tristate "SoC AC97 support for PXA2xx"13	depends on SND_PXA2XX_SOC14	depends on AC97_BUS=n15	default y16	select AC97_BUS_NEW17	select SND_PXA2XX_LIB18	select SND_PXA2XX_LIB_AC9719	select SND_SOC_AC97_BUS_NEW20 21config SND_PXA2XX_SOC_I2S22	select SND_PXA2XX_LIB23	tristate24 25config SND_PXA_SOC_SSP26	tristate "Soc Audio via PXA2xx/PXA3xx SSP ports"27	depends on PLAT_PXA28	select PXA_SSP29	select SND_PXA2XX_LIB30 31config SND_MMP_SOC_SSPA32	tristate "SoC Audio via MMP SSPA ports"33	depends on ARCH_MMP34	select SND_SOC_GENERIC_DMAENGINE_PCM35	help36	  Say Y if you want to add support for codecs attached to37	  the MMP SSPA interface.38 39config SND_PXA2XX_SOC_SPITZ40	tristate "SoC Audio support for Sharp Zaurus SL-Cxx00"41	depends on SND_PXA2XX_SOC && PXA_SHARP_Cxx00 && I2C42	select SND_PXA2XX_SOC_I2S43	select SND_SOC_WM875044	help45	  Say Y if you want to add support for SoC audio on Sharp46	  Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita).47 48config SND_PXA910_SOC49	tristate "SoC Audio for Marvell PXA910 chip"50	depends on ARCH_MMP && SND51	select SND_PCM52	help53	  Say Y if you want to add support for SoC audio on the54	  Marvell PXA910 reference platform.55