Linux-6.18.2/sound/soc/adi/Kconfig

19 lines
451 B
Plaintext
Raw Permalink Normal View History

2025-12-23 20:05:50 +08:00
# SPDX-License-Identifier: GPL-2.0-only
menu "Analog Devices"
config SND_SOC_ADI_AXI_I2S
tristate "AXI-I2S support"
select SND_SOC_GENERIC_DMAENGINE_PCM
select REGMAP_MMIO
help
ASoC driver for the Analog Devices AXI-I2S softcore peripheral.
config SND_SOC_ADI_AXI_SPDIF
tristate "AXI-SPDIF support"
select SND_SOC_GENERIC_DMAENGINE_PCM
select REGMAP_MMIO
help
ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.
endmenu