Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: xilinx: Allow build on MIPS platforms

Allow the xilinx-pcie driver to be built on MIPS platforms which make use
of generic PCI drivers rather than legacy MIPS-specific interfaces. This
is used on the MIPS Boston development board.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Bharat Kumar Gogada <bharatku@xilinx.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Ravikiran Gummaluri <rgummal@xilinx.com>

authored by

Paul Burton and committed by
Bjorn Helgaas
293962d6 aac2e96b

+1 -1
+1 -1
drivers/pci/host/Kconfig
··· 71 71 72 72 config PCIE_XILINX 73 73 bool "Xilinx AXI PCIe host bridge support" 74 - depends on ARCH_ZYNQ || MICROBLAZE 74 + depends on ARCH_ZYNQ || MICROBLAZE || (MIPS && PCI_DRIVERS_GENERIC) 75 75 help 76 76 Say 'Y' here if you want kernel to support the Xilinx AXI PCIe 77 77 Host Bridge driver.