From: Mark Brown Date: Thu, 23 Apr 2020 14:28:05 +0000 (+0100) Subject: ASoC: SOF: Add missing dependency on IMX_SCU X-Git-Tag: v5.10.7~1331^2~131^2~154 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe57a92c88580ae7894b9c71d2d520ba98eb1591;p=platform%2Fkernel%2Flinux-rpi.git ASoC: SOF: Add missing dependency on IMX_SCU This broke PowerPC allyesconfig. Reported-by: Stephen Rothwell Signed-off-by: Mark Brown Link: https://lore.kernel.org/r/20200423142805.52757-1-broonie@kernel.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/imx/Kconfig b/sound/soc/sof/imx/Kconfig index 0e7964b..f76660e 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 help This adds support for Sound Open Firmware for NXP i.MX8 platforms Say Y if you have such a device.