5acae75f5750db0f871d973d5f1d5b1340995431
[linux-2.6-block.git] / sound / soc / sof / imx / Kconfig
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2
3 config 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
12 if SND_SOC_SOF_IMX_TOPLEVEL
13
14 config 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
23 endif ## SND_SOC_SOF_IMX_IMX_TOPLEVEL