[PATCH] ASoC: SOF: Add missing dependency on IMX_SCU
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Thu Apr 23 18:25:41 CEST 2020
On 4/23/20 9:28 AM, Mark Brown wrote:
> This broke PowerPC allyesconfig.
>
> Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
> Signed-off-by: Mark Brown <broonie at kernel.org>
> ---
> 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.
More information about the Alsa-devel
mailing list