summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/Kconfig
diff options
context:
space:
mode:
authorRob Herring2015-01-28 17:16:18 +0100
committerBjorn Helgaas2015-01-29 15:33:18 +0100
commitb7e78170efd46db039f56f76f4aa672134004c41 (patch)
tree7c59102f0c726a6efd2fc9fccf9f124dc8b0a71c /drivers/pci/host/Kconfig
parentARM: dts: versatile: add PCI controller binding (diff)
downloadkernel-qcow2-linux-b7e78170efd46db039f56f76f4aa672134004c41.tar.gz
kernel-qcow2-linux-b7e78170efd46db039f56f76f4aa672134004c41.tar.xz
kernel-qcow2-linux-b7e78170efd46db039f56f76f4aa672134004c41.zip
PCI: versatile: Add DT-based ARM Versatile PB PCIe host driver
This converts the Versatile PCI host code to a platform driver using the commom DT parsing and setup. The driver uses only an empty ARM pci_sys_data struct and does not use pci_common_init_dev init function. The old host code will be removed in a subsequent commit when Versatile is completely converted to DT. I've tested this on QEMU with the sym53c8xx driver in both i/o and memory mapped modes. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> CC: Russell King <linux@arm.linux.org.uk> CC: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r--drivers/pci/host/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index c4b6568e486d..7b892a9cc4fc 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -102,4 +102,8 @@ config PCI_LAYERSCAPE
help
Say Y here if you want PCIe controller support on Layerscape SoCs.
+config PCI_VERSATILE
+ bool "ARM Versatile PB PCI controller"
+ depends on ARCH_VERSATILE
+
endmenu