diff options
Diffstat (limited to 'sound/soc/apple/Kconfig')
-rw-r--r-- | sound/soc/apple/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sound/soc/apple/Kconfig b/sound/soc/apple/Kconfig new file mode 100644 index 000000000000..ce6188aa659d --- /dev/null +++ b/sound/soc/apple/Kconfig @@ -0,0 +1,21 @@ + +config SND_SOC_APPLE_SILICON + tristate "ASoC machine driver for Apple Silicon Macs" + depends on ARCH_APPLE || COMPILE_TEST + select SND_SOC_APPLE_MCA + select SND_SIMPLE_CARD_UTILS + default ARCH_APPLE + help + This option enables an ASoC machine driver for Apple Silicon Macs. + +config SND_SOC_APPLE_MCA + tristate "Apple Silicon MCA driver" + depends on ARCH_APPLE || COMPILE_TEST + select SND_DMAENGINE_PCM + select CONFIG_COMMON_CLK + select APPLE_ADMAC + select APPLE_NCO + default ARCH_APPLE + help + This option enables an ASoC platform driver for MCA blocks found + on Apple Silicon SoCs. |