summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/Kconfig
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2017-09-07 20:24:11 +0200
committerBjorn Helgaas <bhelgaas@google.com>2017-09-07 20:24:11 +0200
commit99fd1b958cd36dc13fa441d63c4e93a39e17fb65 (patch)
treee00830594c9a980838f0bb6ea36f2cf2dd4331a6 /drivers/pci/host/Kconfig
parentMerge branch 'pci/host-xgene' into next (diff)
parentPCI: xilinx-nwl: Fix platform_get_irq() error handling (diff)
downloadlinux-99fd1b958cd36dc13fa441d63c4e93a39e17fb65.tar.xz
linux-99fd1b958cd36dc13fa441d63c4e93a39e17fb65.zip
Merge branch 'pci/host-xilinx' into next
* pci/host-xilinx: PCI: xilinx-nwl: Fix platform_get_irq() error handling PCI: xilinx: Allow build on MIPS platforms PCI: xilinx: Don't enable config completion interrupts PCI: xilinx: Unify INTx & MSI interrupt decode PCI: xilinx-nwl: Translate INTx range to hwirqs 0-3 PCI: xilinx: Translate INTx range to hwirqs 0-3
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r--drivers/pci/host/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 5b1ae9f8acdf..b868803792d8 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -71,7 +71,7 @@ config PCI_HOST_GENERIC
config PCIE_XILINX
bool "Xilinx AXI PCIe host bridge support"
- depends on ARCH_ZYNQ || MICROBLAZE
+ depends on ARCH_ZYNQ || MICROBLAZE || (MIPS && PCI_DRIVERS_GENERIC)
help
Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
Host Bridge driver.