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>
This commit is contained in:
parent
505d8655f7
commit
c27602086d
|
@ -3,7 +3,7 @@ menu "PCI host controller drivers"
|
||||||
|
|
||||||
config PCI_MVEBU
|
config PCI_MVEBU
|
||||||
bool "Marvell EBU PCIe controller"
|
bool "Marvell EBU PCIe controller"
|
||||||
depends on ARCH_MVEBU || ARCH_DOVE || ARCH_KIRKWOOD
|
depends on ARCH_MVEBU || ARCH_DOVE
|
||||||
depends on OF
|
depends on OF
|
||||||
|
|
||||||
config PCIE_DW
|
config PCIE_DW
|
||||||
|
|
Loading…
Reference in New Issue