VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: James Hogan <jhogan@kernel.org> 2018-01-15 21:17:14 +0000 committer: Kalle Valo <kvalo@codeaurora.org> 2018-01-16 21:15:58 +0200 commit: 58eae1416b804d900014d84feadda7195007cc30 parent: 664eadd6f44b3d71dcc62d0a825319000de0d5c9
Commit Summary:
ssb: Disable PCI host for PCI_DRIVERS_GENERIC
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig
index d8e4219c2324..71c73766ee22 100644
--- a/drivers/ssb/Kconfig
+++ b/drivers/ssb/Kconfig
@@ -32,7 +32,7 @@ config SSB_BLOCKIO
 
 config SSB_PCIHOST_POSSIBLE
 	bool
-	depends on SSB && (PCI = y || PCI = SSB)
+	depends on SSB && (PCI = y || PCI = SSB) && PCI_DRIVERS_LEGACY
 	default y
 
 config SSB_PCIHOST