Re: [PATCH 1/4] ASoC: renesas: enable COMPILE_TEST for Migo-R / SIU

Kuninori Morimoto <[email protected]> Sun, 2 Aug 2026 22:45:38 +0000
Newsgroups org.kernel.vger.linux-sound
Message-ID <[email protected]>
Hi Mark

> >  config SND_SIU_MIGOR
> >  	tristate "SIU sound support on Migo-R"
> > -	depends on SH_MIGOR && I2C && DMADEVICES
> > +	depends on SUPERH || ARCH_RENESAS
> > +	depends on (SH_MIGOR && SH_DMAE) || COMPILE_TEST
> >  	select SND_SOC_SH4_SIU
> >  	select SND_SOC_WM8978
> >  	help
> 
> Doesn't this continue to need I2C for the CODEC, that's selected so
> won't have it's own dependencies enforced?

Ah, yes.
Thank you for your review, will fix

Best regards
---
Kuninori Morimoto