repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
23 lines
674 B
Plaintext
23 lines
674 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config SND_SOC_ADI
|
|
tristate "Audio support for Analog Devices reference designs"
|
|
depends on MICROBLAZE || ARCH_ZYNQ || COMPILE_TEST
|
|
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.
|