提交 36910d82 编写于 作者: R Rafał Miłecki 提交者: Kalle Valo

Revert "ssb: Prevent build of PCI host features in module"

This reverts commit 882164a4.

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=1572349Signed-off-by: NRafał Miłecki <rafal@milecki.pl>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 361de091
...@@ -117,7 +117,7 @@ config SSB_SERIAL ...@@ -117,7 +117,7 @@ config SSB_SERIAL
config SSB_DRIVER_PCICORE_POSSIBLE config SSB_DRIVER_PCICORE_POSSIBLE
bool bool
depends on SSB_PCIHOST && SSB = y depends on SSB_PCIHOST
default y default y
config SSB_DRIVER_PCICORE config SSB_DRIVER_PCICORE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册