1# SPDX-License-Identifier: GPL-2.0-only 2menu "Spreadtrum" 3 4config SND_SOC_SPRD 5 tristate "SoC Audio for the Spreadtrum SoC chips" 6 depends on ARCH_SPRD || COMPILE_TEST 7 select SND_SOC_COMPRESS 8 help 9 Say Y or M if you want to add support for codecs attached to 10 the Spreadtrum SoCs' Audio interfaces. 11 12config SND_SOC_SPRD_MCDT 13 tristate "Spreadtrum multi-channel data transfer support" 14 depends on SND_SOC_SPRD 15 help 16 Say y here to enable multi-channel data transfer support. It 17 is used for sound stream transmission between audio subsystem 18 and other AP/CP subsystem. 19 20endmenu 21