提交 a9e6d44d 编写于 作者: S Sven Joachim 提交者: Kalle Valo

ssb: Do not disable PCI host on non-Mips

After upgrading an old laptop to 4.15-rc9, I found that the eth0 and
wlan0 interfaces had disappeared.  It turns out that the b43 and b44
drivers require SSB_PCIHOST_POSSIBLE which depends on
PCI_DRIVERS_LEGACY, a config option that only exists on Mips.

Fixes: 58eae141 ("ssb: Disable PCI host for PCI_DRIVERS_GENERIC")
Cc: stable@vger.org
Signed-off-by: NSven Joachim <svenjoac@gmx.de>
Reviewed-by: NJames Hogan <jhogan@kernel.org>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 1e19c4d6
...@@ -32,7 +32,7 @@ config SSB_BLOCKIO ...@@ -32,7 +32,7 @@ config SSB_BLOCKIO
config SSB_PCIHOST_POSSIBLE config SSB_PCIHOST_POSSIBLE
bool bool
depends on SSB && (PCI = y || PCI = SSB) && PCI_DRIVERS_LEGACY depends on SSB && (PCI = y || PCI = SSB) && (PCI_DRIVERS_LEGACY || !MIPS)
default y default y
config SSB_PCIHOST config SSB_PCIHOST
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册