xref: /linux/sound/soc/apple/Kconfig (revision 3df5d0d972893d3c0df5aead8152fe1ad48ef45c)
1*3df5d0d9SMartin Povišerconfig SND_SOC_APPLE_MCA
2*3df5d0d9SMartin Povišer	tristate "Apple Silicon MCA driver"
3*3df5d0d9SMartin Povišer	depends on ARCH_APPLE || COMPILE_TEST
4*3df5d0d9SMartin Povišer	select SND_DMAENGINE_PCM
5*3df5d0d9SMartin Povišer	select COMMON_CLK
6*3df5d0d9SMartin Povišer	default ARCH_APPLE
7*3df5d0d9SMartin Povišer	help
8*3df5d0d9SMartin Povišer	  This option enables an ASoC platform driver for MCA peripherals found
9*3df5d0d9SMartin Povišer	  on Apple Silicon SoCs.
10