Re: [PATCH] MIPS: BMC47xx: fix kconfig dependency bug for BCM47XX_SSB

2020-11-12 Thread Thomas Bogendoerfer
On Wed, Nov 04, 2020 at 07:41:27PM +0300, Necip Fazil Yildiran wrote: > When BCM47XX_SSB is enabled and SSB_PCIHOST is disabled, it results in the > following Kbuild warning: > > WARNING: unmet direct dependencies detected for SSB_B43_PCI_BRIDGE > Depends on [n]: SSB [=y] && SSB_PCIHOST [=n] >

Re: [PATCH] MIPS: BMC47xx: fix kconfig dependency bug for BCM47XX_SSB

2020-11-06 Thread Sergei Shtylyov
Hello! On 04.11.2020 19:41, Necip Fazil Yildiran wrote: When BCM47XX_SSB is enabled and SSB_PCIHOST is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for SSB_B43_PCI_BRIDGE Depends on [n]: SSB [=y] && SSB_PCIHOST [=n] Selected by [y]:

[PATCH] MIPS: BMC47xx: fix kconfig dependency bug for BCM47XX_SSB

2020-11-04 Thread Necip Fazil Yildiran
When BCM47XX_SSB is enabled and SSB_PCIHOST is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for SSB_B43_PCI_BRIDGE Depends on [n]: SSB [=y] && SSB_PCIHOST [=n] Selected by [y]: - BCM47XX_SSB [=y] && BCM47XX [=y] && PCI [=y] The reason is