diff options
author | Andrew Lunn <[email protected]> | 2014-07-10 23:36:29 +0200 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2014-07-22 12:25:22 -0600 |
commit | c27602086d08d22b067a1267e09fb32b4b096aa0 (patch) | |
tree | b60d84fe3d311b4cb669a46705e25d3f58abc862 | |
parent | 505d8655f710b61c42ec74e3720dcf545f12a668 (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 <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Jason Cooper <[email protected]>
-rw-r--r-- | drivers/pci/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 21df477be0c8..88f4862fa452 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 |