mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
e1ade4c55a
Audio ADI reference designs are also used on some ZynqMP boards, and can also be used on Intel FPGA boards and also on some more complex FPGA combinations (FPGA cards connected through PCIe). This change removes the dependency on Microblaze and Zynq architectures to allow the usage of this driver for the systems described above. Signed-off-by: Bogdan Togorean <bogdan.togorean@analog.com> Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Link: https://lore.kernel.org/r/20201110152213.37811-1-alexandru.ardelean@analog.com Signed-off-by: Mark Brown <broonie@kernel.org>
22 lines
622 B
Plaintext
22 lines
622 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config SND_SOC_ADI
|
|
tristate "Audio support for Analog Devices reference designs"
|
|
help
|
|
Audio support for various reference designs by Analog Devices.
|
|
|
|
config SND_SOC_ADI_AXI_I2S
|
|
tristate "AXI-I2S support"
|
|
depends on SND_SOC_ADI
|
|
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"
|
|
depends on SND_SOC_ADI
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
|
select REGMAP_MMIO
|
|
help
|
|
ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.
|