linux/sound/soc/adi/Kconfig
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0-only
   2menu "Analog Devices"
   3
   4config SND_SOC_ADI_AXI_I2S
   5        tristate "AXI-I2S support"
   6        select SND_SOC_GENERIC_DMAENGINE_PCM
   7        select REGMAP_MMIO
   8        help
   9          ASoC driver for the Analog Devices AXI-I2S softcore peripheral.
  10
  11config SND_SOC_ADI_AXI_SPDIF
  12        tristate "AXI-SPDIF support"
  13        select SND_SOC_GENERIC_DMAENGINE_PCM
  14        select REGMAP_MMIO
  15        help
  16          ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.
  17
  18endmenu
  19