summaryrefslogtreecommitdiff
path: root/sound/soc/apple/Kconfig
diff options
context:
space:
mode:
authorMartin Povišer <povik+lin@cutebit.org>2022-08-24 18:07:14 +0200
committerMark Brown <broonie@kernel.org>2022-08-25 13:51:34 +0100
commit3df5d0d972893d3c0df5aead8152fe1ad48ef45c (patch)
treee65834147e36855c453c936d46e4f3c88026b895 /sound/soc/apple/Kconfig
parent568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (diff)
ASoC: apple: mca: Start new platform driver
Add ASoC platform driver for the MCA peripheral found on Apple M1 and other chips. Signed-off-by: Martin Povišer <povik+lin@cutebit.org> Link: https://lore.kernel.org/r/20220824160715.95779-4-povik+lin@cutebit.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/apple/Kconfig')
-rw-r--r--sound/soc/apple/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/apple/Kconfig b/sound/soc/apple/Kconfig
new file mode 100644
index 000000000000..0ba955657e98
--- /dev/null
+++ b/sound/soc/apple/Kconfig
@@ -0,0 +1,9 @@
+config SND_SOC_APPLE_MCA
+ tristate "Apple Silicon MCA driver"
+ depends on ARCH_APPLE || COMPILE_TEST
+ select SND_DMAENGINE_PCM
+ select COMMON_CLK
+ default ARCH_APPLE
+ help
+ This option enables an ASoC platform driver for MCA peripherals found
+ on Apple Silicon SoCs.