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

From: Pierre-Louis Bossart
Date: Tue Apr 28 2020 - 18:15:50 EST





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 IMX_DSP=n which looks exactly like
what we wanted to fix.

Yes, I think that fix addresses the build warning as well, but looking
more closely I don't think it's what you want: If you do this on
a config that has the IMX_DSP disabled, it would appear to the
user that you have enabled the drivers, but the actual code is still
disabled.

Are you sure? we added a select IMX_DSP, so not sure how it can be disabled?