0001 # SPDX-License-Identifier: GPL-2.0-only
0002 # ALSA ARM drivers
0003
0004 menuconfig SND_ARM
0005 bool "ARM sound devices"
0006 depends on ARM
0007 default y
0008 help
0009 Support for sound devices specific to ARM architectures.
0010 Drivers that are implemented on ASoC can be found in
0011 "ALSA for SoC audio support" section.
0012
0013 if SND_ARM
0014
0015 config SND_ARMAACI
0016 tristate "ARM PrimeCell PL041 AC Link support"
0017 depends on ARM_AMBA
0018 select SND_PCM
0019 select SND_AC97_CODEC
0020
0021 config SND_PXA2XX_AC97
0022 tristate "AC97 driver for the Intel PXA2xx chip"
0023 depends on ARCH_PXA
0024 select SND_AC97_CODEC
0025 select SND_PXA2XX_LIB
0026 select SND_PXA2XX_LIB_AC97
0027 help
0028 Say Y or M if you want to support any AC97 codec attached to
0029 the PXA2xx AC97 interface.
0030
0031 endif # SND_ARM
0032
0033 config SND_PXA2XX_LIB
0034 tristate
0035 select SND_DMAENGINE_PCM
0036
0037 config SND_PXA2XX_LIB_AC97
0038 bool