On 4/23/20 9:28 AM, Mark Brown wrote:
This broke PowerPC allyesconfig.
Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
---
sound/soc/sof/imx/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/sof/imx/Kconfig b/sound/soc/sof/imx/Kconfig
index 5e0c68b12292..9a5ed1860e4e 100644
--- a/sound/soc/sof/imx/Kconfig
+++ b/sound/soc/sof/imx/Kconfig
@@ -21,6 +21,7 @@ config SND_SOC_SOF_IMX_OF
config SND_SOC_SOF_IMX8_SUPPORT
bool "SOF support for i.MX8"
+ depends on IMX_SCU
this works, but there is another issue with IMX_MBOX that's a mandatory
dependency for IMX_DSP, so another risk of unmet dependency
I can send the additional fix on top of this one or a combined fix, your
call Mark.