xref: /openbmc/linux/sound/soc/sof/imx/Kconfig (revision 0889d07f)
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2
3config SND_SOC_SOF_IMX_TOPLEVEL
4	bool "SOF support for NXP i.MX audio DSPs"
5	depends on ARM64|| COMPILE_TEST
6	depends on SND_SOC_SOF_OF
7	help
8          This adds support for Sound Open Firmware for NXP i.MX platforms.
9          Say Y if you have such a device.
10          If unsure select "N".
11
12if SND_SOC_SOF_IMX_TOPLEVEL
13
14config SND_SOC_SOF_IMX8
15	tristate "SOF support for i.MX8"
16	depends on IMX_SCU
17	depends on IMX_DSP
18	help
19          This adds support for Sound Open Firmware for NXP i.MX8 platforms
20          Say Y if you have such a device.
21          If unsure select "N".
22
23endif ## SND_SOC_SOF_IMX_IMX_TOPLEVEL
24