22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SND_SOC_ADI3 tristate "Audio support for Analog Devices reference designs"4 help5 Audio support for various reference designs by Analog Devices.6 7config SND_SOC_ADI_AXI_I2S8 tristate "AXI-I2S support"9 depends on SND_SOC_ADI10 select SND_SOC_GENERIC_DMAENGINE_PCM11 select REGMAP_MMIO12 help13 ASoC driver for the Analog Devices AXI-I2S softcore peripheral.14 15config SND_SOC_ADI_AXI_SPDIF16 tristate "AXI-SPDIF support"17 depends on SND_SOC_ADI18 select SND_SOC_GENERIC_DMAENGINE_PCM19 select REGMAP_MMIO20 help21 ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.22