Home
last modified time | relevance | path

Searched hist:"36910 d82a80c1c0c61e505c6d3ecaa901ee13a26" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/ssb/
H A DKconfigdiff 36910d82a80c1c0c61e505c6d3ecaa901ee13a26 Fri May 11 11:17:14 CEST 2018 Rafał Miłecki <rafal@milecki.pl> Revert "ssb: Prevent build of PCI host features in module"

This reverts commit 882164a4a928bcaa53280940436ca476e6b1db8e.

Above commit added "SSB = y" dependency to the wrong symbol
SSB_DRIVER_PCICORE_POSSIBLE and prevented SSB_DRIVER_PCICORE from being
selected when needed. PCI core driver for core running in clienthost
mode is important for bus initialization. It's perfectly valid scenario
to have ssb built as module and use it with buses on PCI cards.

This fixes regression that affected all *module* users with PCI cards.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1572349
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>