Re: [PATCH v3 08/11] ASoC: Intel: atom: Make PCI dependency explicit

2018-12-26 Thread Sinan Kaya
On Wed, Dec 26, 2018 at 8:35 PM Pierre-Louis Bossart wrote: > > > On 12/23/18 5:25 PM, Sinan Kaya wrote: > > Code does unconditional select for IOSF_MBI. IOSF_MBI driver depends on > > CONFIG_PCI set but this is not specified anywhere. > > Can you please share the .config that exposes this problem

Re: [PATCH v3 08/11] ASoC: Intel: atom: Make PCI dependency explicit

2018-12-26 Thread Pierre-Louis Bossart
On 12/23/18 5:25 PM, Sinan Kaya wrote: Code does unconditional select for IOSF_MBI. IOSF_MBI driver depends on CONFIG_PCI set but this is not specified anywhere. Can you please share the .config that exposes this problem? This hasn't changed in a long time and I wonder why this pops up now.

[PATCH v3 08/11] ASoC: Intel: atom: Make PCI dependency explicit

2018-12-23 Thread Sinan Kaya
Code does unconditional select for IOSF_MBI. IOSF_MBI driver depends on CONFIG_PCI set but this is not specified anywhere. Signed-off-by: Sinan Kaya --- sound/soc/intel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig i