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
config CONFIG_SND_SOC_ADI
	tristate "Audio support for Analog Devices reference designs"
	depends on CONFIG_MICROBLAZE || CONFIG_ARCH_ZYNQ || CONFIG_COMPILE_TEST
	help
	  Audio support for various reference designs by Analog Devices.

config CONFIG_SND_SOC_ADI_AXI_I2S
	tristate "AXI-I2S support"
	depends on CONFIG_SND_SOC_ADI
	select CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM
	select CONFIG_REGMAP_MMIO
	help
	  ASoC driver for the Analog Devices AXI-I2S softcore peripheral.

config CONFIG_SND_SOC_ADI_AXI_SPDIF
	tristate "AXI-SPDIF support"
	depends on CONFIG_SND_SOC_ADI
	select CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM
	select CONFIG_REGMAP_MMIO
	help
	  ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.