On Sat, May 15, 2021 at 5:33 AM Arnd Bergmann <arnd@xxxxxxxxxx> wrote: > > From: Arnd Bergmann <arnd@xxxxxxxx> > > Kconfig produces a warning with SND_SOC_FSL_RPMSG=y and SND_IMX_SOC=m: > > WARNING: unmet direct dependencies detected for SND_SOC_IMX_RPMSG > Depends on [m]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_IMX_SOC [=m] && RPMSG [=y] > Selected by [y]: > - SND_SOC_FSL_RPMSG [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && COMMON_CLK [=y] && RPMSG [=y] && SND_IMX_SOC [=m]!=n > > Add a dependency to prevent this configuration. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Acked-by: Shengjiu Wang <shengjiu.wang@xxxxxxxxx> Best regards Wang Shengjiu