39 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# ALSA ARM drivers3 4menuconfig SND_ARM5 bool "ARM sound devices"6 depends on ARM7 default y8 help9 Support for sound devices specific to ARM architectures.10 Drivers that are implemented on ASoC can be found in11 "ALSA for SoC audio support" section.12 13if SND_ARM14 15config SND_ARMAACI16 tristate "ARM PrimeCell PL041 AC Link support"17 depends on ARM_AMBA18 select SND_PCM19 select SND_AC97_CODEC20 21config SND_PXA2XX_AC9722 tristate "AC97 driver for the Intel PXA2xx chip"23 depends on ARCH_PXA24 select SND_AC97_CODEC25 select SND_PXA2XX_LIB26 select SND_PXA2XX_LIB_AC9727 help28 Say Y or M if you want to support any AC97 codec attached to29 the PXA2xx AC97 interface.30 31endif # SND_ARM32 33config SND_PXA2XX_LIB34 tristate35 select SND_DMAENGINE_PCM36 37config SND_PXA2XX_LIB_AC9738 bool39