Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
menuconfig CONFIG_SND_MXS_SOC
	tristate "SoC Audio for Freescale MXS CPUs"
	depends on CONFIG_ARCH_MXS || CONFIG_COMPILE_TEST
	depends on CONFIG_COMMON_CLK
	select CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or CONFIG_M if you want to add support for codecs attached to
	  the MXS SAIF interface.


if CONFIG_SND_MXS_SOC

config CONFIG_SND_SOC_MXS_SGTL5000
	tristate "SoC Audio support for MXS boards with sgtl5000"
	depends on CONFIG_I2C
	select CONFIG_SND_SOC_SGTL5000
	help
	  Say Y if you want to add support for SoC audio on an MXS board with
	  a sgtl5000 codec.

endif	# CONFIG_SND_MXS_SOC