xref: /linux/sound/soc/apple/Kconfig (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
1menu "Apple"
2
3config SND_SOC_APPLE_MCA
4	tristate "Apple Silicon MCA driver"
5	depends on ARCH_APPLE || COMPILE_TEST
6	select SND_DMAENGINE_PCM
7	help
8	  This option enables an ASoC platform driver for MCA peripherals found
9	  on Apple Silicon SoCs.
10
11endmenu
12