Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH] PCI: xilinx: Remove platform/architecture restrictions
@ 2017-07-24  0:39 Guenter Roeck
  2017-07-24 10:49 ` Paul Burton
  0 siblings, 1 reply; 9+ messages in thread
From: Guenter Roeck @ 2017-07-24  0:39 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: linux-pci, linux-kernel, Michal Simek, Sören Brinkmann,
	Guenter Roeck, Paul Burton, James Hogan

The MIPS Boston board configuration tries to enable CONFIG_PCIE_XILINX.
That doesn't work since PCIE_XILINX depends on ARCH_ZYNQ || MICROBLAZE.
Remove that restriction.

Cc: Paul Burton <paul.burton@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 drivers/pci/host/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 89d61c2cbfaa..ed905a5401c3 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -71,7 +71,6 @@ config PCI_HOST_GENERIC
 
 config PCIE_XILINX
 	bool "Xilinx AXI PCIe host bridge support"
-	depends on ARCH_ZYNQ || MICROBLAZE
 	help
 	  Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
 	  Host Bridge driver.
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-08-01 22:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-24  0:39 [PATCH] PCI: xilinx: Remove platform/architecture restrictions Guenter Roeck
2017-07-24 10:49 ` Paul Burton
2017-07-25  1:14   ` Guenter Roeck
2017-07-31 22:58   ` Bjorn Helgaas
2017-07-31 23:19     ` Paul Burton
2017-07-31 23:36       ` Bjorn Helgaas
2017-07-31 23:49         ` Paul Burton
2017-08-01 21:29           ` Bjorn Helgaas
2017-08-01 22:02             ` Paul Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox