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 OR BSD-3-Clause)

config CONFIG_SND_SOC_SOF_IMX_TOPLEVEL
	bool "SOF support for NXP i.MX audio DSPs"
	depends on CONFIG_ARM64|| CONFIG_COMPILE_TEST
	depends on CONFIG_SND_SOC_SOF_OF
	help
          This adds support for Sound Open Firmware for NXP i.MX platforms.
          Say Y if you have such a device.
          If unsure select "N".

if CONFIG_SND_SOC_SOF_IMX_TOPLEVEL

config CONFIG_SND_SOC_SOF_IMX8
	tristate "SOF support for i.MX8"
	depends on CONFIG_IMX_SCU
	depends on CONFIG_IMX_DSP
	help
          This adds support for Sound Open Firmware for NXP i.MX8 platforms
          Say Y if you have such a device.
          If unsure select "N".

endif ## SND_SOC_SOF_IMX_IMX_TOPLEVEL