1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig SND_MXS_SOC 3 tristate "SoC Audio for Freescale MXS CPUs" 4 depends on ARCH_MXS || COMPILE_TEST 5 depends on COMMON_CLK 6 select SND_SOC_GENERIC_DMAENGINE_PCM 7 help 8 Say Y or M if you want to add support for codecs attached to 9 the MXS SAIF interface. 10 11 12if SND_MXS_SOC 13 14config SND_SOC_MXS_SGTL5000 15 tristate "SoC Audio support for MXS boards with sgtl5000" 16 depends on I2C 17 select SND_SOC_SGTL5000 18 help 19 Say Y if you want to add support for SoC audio on an MXS board with 20 a sgtl5000 codec. 21 22endif # SND_MXS_SOC 23