浏览代码

Merge branch 'remotes/lorenzo/pci/controller/misc'

  - Remove Xilinx AXI-PCIe host bridge arch dependency (Palmer Dabbelt)

* remotes/lorenzo/pci/controller/misc:
  PCI/xilinx: Depend on OF instead of the ARCH
Bjorn Helgaas 7 年之前
父节点
当前提交
0d56768651
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/pci/controller/Kconfig

+ 1 - 1
drivers/pci/controller/Kconfig

@@ -102,7 +102,7 @@ config PCI_HOST_GENERIC
 
 
 config PCIE_XILINX
 config PCIE_XILINX
 	bool "Xilinx AXI PCIe host bridge support"
 	bool "Xilinx AXI PCIe host bridge support"
-	depends on ARCH_ZYNQ || MICROBLAZE || (MIPS && PCI_DRIVERS_GENERIC) || COMPILE_TEST
+	depends on OF || COMPILE_TEST
 	help
 	help
 	  Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
 	  Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
 	  Host Bridge driver.
 	  Host Bridge driver.