diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-09-07 20:24:11 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-09-07 20:24:11 +0200 |
commit | 99fd1b958cd36dc13fa441d63c4e93a39e17fb65 (patch) | |
tree | e00830594c9a980838f0bb6ea36f2cf2dd4331a6 /drivers/pci/host/Kconfig | |
parent | Merge branch 'pci/host-xgene' into next (diff) | |
parent | PCI: xilinx-nwl: Fix platform_get_irq() error handling (diff) | |
download | linux-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/Kconfig | 2 |
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. |