Re: [alsa-devel] [PATCH 0/2] soundwire: fix Kconfig select/depend issues

2019-04-15 Thread Pierre-Louis Bossart
On 4/14/19 5:13 AM, Vinod Koul wrote: On 11-04-19, 14:28, Pierre-Louis Bossart wrote: 0-day/Kbuild starts complaining about missed module dependencies and compilation issues. Since codecs and soc drivers need to be compilable independently, let's fix this using the following model: I have

Re: [PATCH 0/2] soundwire: fix Kconfig select/depend issues

2019-04-14 Thread Vinod Koul
On 11-04-19, 14:28, Pierre-Louis Bossart wrote: > 0-day/Kbuild starts complaining about missed module dependencies and > compilation issues. Since codecs and soc drivers need to be compilable > independently, let's fix this using the following model: I have not seen a build report on this one, is

Re: [alsa-devel] [PATCH 0/2] soundwire: fix Kconfig select/depend issues

2019-04-12 Thread Pierre-Louis Bossart
Removing SOUNDWIRE_BUS Kconfig did clean it up and made it bit more align with others Good point, but no. This is intentional and follows the Kconfig pattern pattern described by Takashi at https://lkml.org/lkml/2017/11/17/47 yes, this SOUNDWIRE is overkill for now, but let's assume

Re: [alsa-devel] [PATCH 0/2] soundwire: fix Kconfig select/depend issues

2019-04-12 Thread Mark Brown
On Fri, Apr 12, 2019 at 09:17:35AM -0500, Pierre-Louis Bossart wrote: > On 4/12/19 5:06 AM, Srinivas Kandagatla wrote: > > On 11/04/2019 20:28, Pierre-Louis Bossart wrote: > > > 0-day/Kbuild starts complaining about missed module dependencies and > > > compilation issues. Since codecs and soc

Re: [alsa-devel] [PATCH 0/2] soundwire: fix Kconfig select/depend issues

2019-04-12 Thread Pierre-Louis Bossart
On 4/12/19 5:06 AM, Srinivas Kandagatla wrote: On 11/04/2019 20:28, Pierre-Louis Bossart wrote: 0-day/Kbuild starts complaining about missed module dependencies and compilation issues. Since codecs and soc drivers need to be compilable independently, let's fix this using the following

Re: [PATCH 0/2] soundwire: fix Kconfig select/depend issues

2019-04-12 Thread Srinivas Kandagatla
On 11/04/2019 20:28, Pierre-Louis Bossart wrote: 0-day/Kbuild starts complaining about missed module dependencies and compilation issues. Since codecs and soc drivers need to be compilable independently, let's fix this using the following model: SOUNDWIRE_INTEL select ---

[PATCH 0/2] soundwire: fix Kconfig select/depend issues

2019-04-11 Thread Pierre-Louis Bossart
0-day/Kbuild starts complaining about missed module dependencies and compilation issues. Since codecs and soc drivers need to be compilable independently, let's fix this using the following model: SOUNDWIRE_INTEL select --- |