Re: [PATCH] ASoC: SOF: sort out Kconfig, again

2020-04-30 Thread Mark Brown
On Tue, 28 Apr 2020 23:27:36 +0200, Arnd Bergmann wrote: > The imx8 config keeps causing issues: > > WARNING: unmet direct dependencies detected for SND_SOC_SOF_IMX8M > Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=m] && > SND_SOC_SOF_TOPLEVEL [=y] && SND_SOC_SOF_IMX_TOPLEVEL

Re: [PATCH] ASoC: SOF: sort out Kconfig, again

2020-04-29 Thread Mark Brown
On Wed, Apr 29, 2020 at 10:24:45AM +0200, Arnd Bergmann wrote: > I looked at the bigger picture again and found that the more fundamental > problem is the dependency reversal in sound/soc/sof/sof-of-dev.c, where > you have common code that knows about and links against a hardware > specific

Re: [PATCH] ASoC: SOF: sort out Kconfig, again

2020-04-29 Thread Arnd Bergmann
On Wed, Apr 29, 2020 at 1:00 AM Pierre-Louis Bossart wrote: > >>> Thanks Arnd, do you mind sharing your config? > >> > >> https://pastebin.com/HRX5xi3R > > > > will give it a try, thanks! > > > >>> We noticed last week that > >>> there's a depend/select confusion might be simpler to fix, see >

Re: [PATCH] ASoC: SOF: sort out Kconfig, again

2020-04-29 Thread Daniel Baluta
Hi Arnd, Pierre, Thanks for looking at this. > >>> Thanks Arnd, do you mind sharing your config? > >> > >> https://pastebin.com/HRX5xi3R > > > > will give it a try, thanks! > > > >>> We noticed last week that > >>> there's a depend/select confusion might be simpler to fix, see > >>>

Re: [PATCH] ASoC: SOF: sort out Kconfig, again

2020-04-28 Thread Pierre-Louis Bossart
Thanks Arnd, do you mind sharing your config? https://pastebin.com/HRX5xi3R will give it a try, thanks! We noticed last week that there's a depend/select confusion might be simpler to fix, see https://github.com/thesofproject/linux/pull/2047/commits If I look at the first line I see a

Re: [PATCH] ASoC: SOF: sort out Kconfig, again

2020-04-28 Thread Pierre-Louis Bossart
Thanks Arnd, do you mind sharing your config? https://pastebin.com/HRX5xi3R will give it a try, thanks! We noticed last week that there's a depend/select confusion might be simpler to fix, see https://github.com/thesofproject/linux/pull/2047/commits If I look at the first line I see a

Re: [PATCH] ASoC: SOF: sort out Kconfig, again

2020-04-28 Thread Arnd Bergmann
On Tue, Apr 28, 2020 at 11:43 PM Pierre-Louis Bossart wrote: > On 4/28/20 4:27 PM, Arnd Bergmann wrote: > > The imx8 config keeps causing issues: > > > > WARNING: unmet direct dependencies detected for SND_SOC_SOF_IMX8M > >Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=m] && > >

Re: [PATCH] ASoC: SOF: sort out Kconfig, again

2020-04-28 Thread Pierre-Louis Bossart
On 4/28/20 4:27 PM, Arnd Bergmann wrote: The imx8 config keeps causing issues: WARNING: unmet direct dependencies detected for SND_SOC_SOF_IMX8M Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=m] && SND_SOC_SOF_TOPLEVEL [=y] && SND_SOC_SOF_IMX_TOPLEVEL [=y] && IMX_DSP [=n]

[PATCH] ASoC: SOF: sort out Kconfig, again

2020-04-28 Thread Arnd Bergmann
The imx8 config keeps causing issues: WARNING: unmet direct dependencies detected for SND_SOC_SOF_IMX8M Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=m] && SND_SOC_SOF_TOPLEVEL [=y] && SND_SOC_SOF_IMX_TOPLEVEL [=y] && IMX_DSP [=n] Selected by [m]: - SND_SOC_SOF_IMX_OF [=m] &&