Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
# ALSA CONFIG_ARM drivers

menuconfig CONFIG_SND_ARM
	bool "ARM sound devices"
	depends on CONFIG_ARM
	default y
	help
	  Support for sound devices specific to CONFIG_ARM architectures.
	  Drivers that are implemented on ASoC can be found in
	  "ALSA for SoC audio support" section.

if CONFIG_SND_ARM

config CONFIG_SND_ARMAACI
	tristate "ARM PrimeCell PL041 AC Link support"
	depends on CONFIG_ARM_AMBA
	select CONFIG_SND_PCM
	select CONFIG_SND_AC97_CODEC

config CONFIG_SND_PXA2XX_AC97
	tristate "AC97 driver for the Intel PXA2xx chip"
	depends on CONFIG_ARCH_PXA
	select CONFIG_SND_AC97_CODEC
	select CONFIG_SND_PXA2XX_LIB
	select CONFIG_SND_PXA2XX_LIB_AC97
	help
	  Say Y or CONFIG_M if you want to support any AC97 codec attached to
	  the PXA2xx AC97 interface.

endif	# CONFIG_SND_ARM

config CONFIG_SND_PXA2XX_LIB
	tristate
	select CONFIG_SND_DMAENGINE_PCM

config CONFIG_SND_PXA2XX_LIB_AC97
	bool