Kconfig 451 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "Analog Devices"
  3. config SND_SOC_ADI_AXI_I2S
  4. tristate "AXI-I2S support"
  5. select SND_SOC_GENERIC_DMAENGINE_PCM
  6. select REGMAP_MMIO
  7. help
  8. ASoC driver for the Analog Devices AXI-I2S softcore peripheral.
  9. config SND_SOC_ADI_AXI_SPDIF
  10. tristate "AXI-SPDIF support"
  11. select SND_SOC_GENERIC_DMAENGINE_PCM
  12. select REGMAP_MMIO
  13. help
  14. ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.
  15. endmenu