treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / sound / soc / sof / imx / Kconfig
blobbae4f7bf5f75cc7ada5791d07d3b62e592e172ff
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
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".
12 if SND_SOC_SOF_IMX_TOPLEVEL
14 config SND_SOC_SOF_IMX8_SUPPORT
15         bool "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".
23 config SND_SOC_SOF_IMX8
24         def_tristate SND_SOC_SOF_OF
25         depends on SND_SOC_SOF_IMX8_SUPPORT
27 endif ## SND_SOC_SOF_IMX_IMX_TOPLEVEL