Skip to content

Commit

Permalink
PCI: mvebu: Remove ARCH_KIRKWOOD dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Lunn authored and Bjorn Helgaas committed Jul 22, 2014
1 parent 505d865 commit c276020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/host/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c276020

Please sign in to comment.