aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2018-08-02 09:28:49 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2018-08-02 09:28:49 -0700
commitaef7a9cf2530c4ebabc0c6d2a64ee2100fc6b854 (patch)
treedf99340292dc6633d32e8d0d79589a7426fb6bf6
parent5f3f7329723d39c88c82255be91134c8c55c1b3d (diff)
parenta300c3673cb906502f2c54bca4fda3aff752eec0 (diff)
downloadriscv-linux-riscv-all.tar.gz
automerging branch "kernel.org-palmer-linux/wip-xilinx_of" into "riscv-all"riscv-all
-rw-r--r--drivers/pci/controller/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index cc9fa02d32a08e..594f18a69424e7 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -102,7 +102,7 @@ config PCI_HOST_GENERIC
config PCIE_XILINX
bool "Xilinx AXI PCIe host bridge support"
- depends on ARCH_ZYNQ || MICROBLAZE || (MIPS && PCI_DRIVERS_GENERIC) || COMPILE_TEST
+ depends on OF_PCI || COMPILE_TEST
help
Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
Host Bridge driver.