Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_SOC_ADI
3 tristate "Audio support for Analog Devices reference designs"
4 depends on MICROBLAZE || ARCH_ZYNQ || COMPILE_TEST
5 help
6 Audio support for various reference designs by Analog Devices.
7
8config SND_SOC_ADI_AXI_I2S
9 tristate "AXI-I2S support"
10 depends on SND_SOC_ADI
11 select SND_SOC_GENERIC_DMAENGINE_PCM
12 select REGMAP_MMIO
13 help
14 ASoC driver for the Analog Devices AXI-I2S softcore peripheral.
15
16config SND_SOC_ADI_AXI_SPDIF
17 tristate "AXI-SPDIF support"
18 depends on SND_SOC_ADI
19 select SND_SOC_GENERIC_DMAENGINE_PCM
20 select REGMAP_MMIO
21 help
22 ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.