1# SPDX-License-Identifier: GPL-2.0-only 2menu "Apple" 3 4config SND_SOC_APPLE_MCA 5 tristate "Apple Silicon MCA driver" 6 depends on ARCH_APPLE || COMPILE_TEST 7 select SND_DMAENGINE_PCM 8 help 9 This option enables an ASoC platform driver for MCA peripherals found 10 on Apple Silicon SoCs. 11 12endmenu 13