summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/Kconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-05-15 15:36:54 +0200
committerJason Cooper <jason@lakedaemon.net>2013-05-27 16:02:10 +0000
commit005625fc5d62220242ec488d112e0a97e7fcd7bc (patch)
treefa64d314138fd36b1b5d6d5f1a1af8f9f33af2ff /drivers/pci/host/Kconfig
parent3d9939c92efdd4ced672b94994959ca71b141cb8 (diff)
downloadtalos-op-linux-005625fc5d62220242ec488d112e0a97e7fcd7bc.tar.gz
talos-op-linux-005625fc5d62220242ec488d112e0a97e7fcd7bc.zip
pci: mvebu: enable driver usage on Kirkwood
We allow the pci-mvebu driver to be compiled on the Kirkwood platform, and add the 'marvell,kirkwood-pcie' as a compatible string supported by the driver. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/pci/host/Kconfig')
-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 6918fbc92c02..1f1d67fec8b2 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -3,6 +3,6 @@ menu "PCI host controller drivers"
config PCI_MVEBU
bool "Marvell EBU PCIe controller"
- depends on ARCH_MVEBU
+ depends on ARCH_MVEBU || ARCH_KIRKWOOD
endmenu
OpenPOWER on IntegriCloud