2019-05-19 15:07:45 +03:00
# SPDX-License-Identifier: GPL-2.0-only
2006-10-12 16:34:32 +04:00
config SND_PXA2XX_SOC
tristate "SoC Audio for the Intel PXA2xx chip"
2017-06-21 07:38:13 +03:00
depends on ARCH_PXA || COMPILE_TEST
2008-09-10 05:01:20 +04:00
select SND_PXA2XX_LIB
2006-10-12 16:34:32 +04:00
help
Say Y or M if you want to add support for codecs attached to
the PXA2xx AC97, I2S or SSP interface. You will also need
to select the audio interfaces to support below.
config SND_PXA2XX_SOC_AC97
2023-01-05 16:46:09 +03:00
tristate "SoC AC97 support for PXA2xx"
depends on SND_PXA2XX_SOC
depends on AC97_BUS=n
default y
2018-08-25 11:46:18 +03:00
select AC97_BUS_NEW
2018-06-30 23:24:33 +03:00
select SND_PXA2XX_LIB
2008-09-10 05:01:20 +04:00
select SND_PXA2XX_LIB_AC97
2018-08-25 11:46:18 +03:00
select SND_SOC_AC97_BUS_NEW
2006-10-12 16:34:32 +04:00
config SND_PXA2XX_SOC_I2S
2018-06-30 23:24:33 +03:00
select SND_PXA2XX_LIB
2006-10-12 16:34:32 +04:00
tristate
2008-07-30 22:12:04 +04:00
config SND_PXA_SOC_SSP
2018-06-27 22:33:59 +03:00
tristate "Soc Audio via PXA2xx/PXA3xx SSP ports"
2018-07-06 16:30:48 +03:00
depends on PLAT_PXA
2010-03-16 12:30:15 +03:00
select PXA_SSP
2018-06-30 23:24:33 +03:00
select SND_PXA2XX_LIB
2008-07-30 22:12:04 +04:00
2012-06-11 14:04:39 +04:00
config SND_MMP_SOC_SSPA
2020-05-12 00:01:34 +03:00
tristate "SoC Audio via MMP SSPA ports"
depends on ARCH_MMP
select SND_SOC_GENERIC_DMAENGINE_PCM
help
Say Y if you want to add support for codecs attached to
the MMP SSPA interface.
2012-06-11 14:04:39 +04:00
2006-10-12 16:34:32 +04:00
config SND_PXA2XX_SOC_SPITZ
tristate "SoC Audio support for Sharp Zaurus SL-Cxx00"
2014-06-03 22:38:27 +04:00
depends on SND_PXA2XX_SOC && PXA_SHARP_Cxx00 && I2C
2006-10-12 16:34:32 +04:00
select SND_PXA2XX_SOC_I2S
select SND_SOC_WM8750
help
Say Y if you want to add support for SoC audio on Sharp
Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita).
2012-06-11 14:04:41 +04:00
config SND_PXA910_SOC
tristate "SoC Audio for Marvell PXA910 chip"
depends on ARCH_MMP && SND
select SND_PCM
help
Say Y if you want to add support for SoC audio on the
Marvell PXA910 reference platform.