On Mon, Aug 2, 2021 at 5:16 PM Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> wrote: > > The previous Kconfig cleanup added simplifications but also introduced > a new one by moving a boolean to a tristate. This leads to randconfig > problems. > > This patch moves the select operations in the SOUNDWIRE_LINK_BASELINE > option. The INTEL_SOUNDWIRE config remains a tristate for backwards > compatibility with older configurations but is essentially an on/off > switch. > > Fixes: cf5807f5f814f ('ASoC: SOF: Intel: SoundWire: simplify Kconfig') > Reported-by: Arnd Bergmann <arnd@xxxxxxxx> > Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > Reviewed-by: Rander Wang <rander.wang@xxxxxxxxx> > Reviewed-by: Bard Liao <bard.liao@xxxxxxxxx> I've had this in my randconfig tree for a couple of days without seeing any further problems: Tested-by: Arnd Bergmann <arnd@xxxxxxxx>