summaryrefslogtreecommitdiff
path: root/drivers/pci/host
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2014-07-10 23:36:29 +0200
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:20:22 -0500
commit6a7b7b682528b871741dc10da31cf5a7705d02a4 (patch)
treee94a6aa49183fc912c6c286c80ae94cb55560cc3 /drivers/pci/host
parent3cddd5cc543c3bd843b14dbcd3773fff1920e2e3 (diff)
PCI: mvebu: Remove ARCH_KIRKWOOD dependency
mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu. ARCH_MVEBU is sufficient. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Jason Cooper <jason@lakedaemon.net> (cherry picked from commit c27602086d08d22b067a1267e09fb32b4b096aa0)
Diffstat (limited to 'drivers/pci/host')
-rw-r--r--drivers/pci/host/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 2d8a4d05d78f..2a1371c4ee7a 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -3,7 +3,7 @@ menu "PCI host controller drivers"
config PCI_MVEBU
bool "Marvell EBU PCIe controller"
- depends on ARCH_MVEBU || ARCH_DOVE || ARCH_KIRKWOOD
+ depends on ARCH_MVEBU || ARCH_DOVE
depends on OF
config PCIE_DW