0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig SND_MXS_SOC
0003 tristate "SoC Audio for Freescale MXS CPUs"
0004 depends on ARCH_MXS || COMPILE_TEST
0005 depends on COMMON_CLK
0006 select SND_SOC_GENERIC_DMAENGINE_PCM
0007 help
0008 Say Y or M if you want to add support for codecs attached to
0009 the MXS SAIF interface.
0010
0011
0012 if SND_MXS_SOC
0013
0014 config SND_SOC_MXS_SGTL5000
0015 tristate "SoC Audio support for MXS boards with sgtl5000"
0016 depends on I2C
0017 select SND_SOC_SGTL5000
0018 help
0019 Say Y if you want to add support for SoC audio on an MXS board with
0020 a sgtl5000 codec.
0021
0022 endif # SND_MXS_SOC