diff options
author | 2020-11-04 19:41:27 +0300 | |
---|---|---|
committer | 2020-11-12 23:20:35 +0100 | |
commit | 09a48cbcd7af9203296938044f1100bb113ce01a (patch) | |
tree | 4838e2cb1454aa22280b8a33e7e9412c320babf9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mips: dts: ralink: mt7628a: Harmonize EHCI/OHCI DT nodes name (diff) | |
download | wireguard-linux-09a48cbcd7af9203296938044f1100bb113ce01a.tar.xz wireguard-linux-09a48cbcd7af9203296938044f1100bb113ce01a.zip |
MIPS: BMC47xx: fix kconfig dependency bug for BCM47XX_SSB
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 that BCM47XX_SSB selects SSB_B43_PCI_BRIDGE without
depending on or selecting SSB_PCIHOST while SSB_B43_PCI_BRIDGE depends on
SSB_PCIHOST. This can also fail building the kernel as demonstrated in a
bug report.
Honor the kconfig dependency to remove unmet direct dependency warnings
and avoid any potential build failures.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=210051
Signed-off-by: Necip Fazil Yildiran <fazilyildiran@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions