summaryrefslogtreecommitdiff
path: root/sound/soc/adi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/adi/Kconfig')
-rw-r--r--sound/soc/adi/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/sound/soc/adi/Kconfig b/sound/soc/adi/Kconfig
new file mode 100644
index 000000000000..d47dffbf40d0
--- /dev/null
+++ b/sound/soc/adi/Kconfig
@@ -0,0 +1,18 @@
+# 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