From: Paul Burton Date: Tue, 15 Aug 2017 21:25:29 +0000 (-0500) Subject: PCI: xilinx: Allow build on MIPS platforms X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=293962d678c08364981f19c0d0ea3f877888242f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Bjorn Helgaas Cc: Bharat Kumar Gogada Cc: Michal Simek Cc: Ravikiran Gummaluri --- diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 89d61c2cbfaa..eb8c30828011 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.