summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/Kconfig
diff options
context:
space:
mode:
authorDavid Daney2016-03-04 23:31:47 +0100
committerBjorn Helgaas2016-03-11 22:53:41 +0100
commitf12b76e56ada6e276a3d45b60c4e26e2dda7e547 (patch)
tree427400c1c820d7f6b780b2adc3502c3c3fd2065e /drivers/pci/host/Kconfig
parentPCI: generic: Expose pci_host_common_probe() for use by other drivers (diff)
downloadkernel-qcow2-linux-f12b76e56ada6e276a3d45b60c4e26e2dda7e547.tar.gz
kernel-qcow2-linux-f12b76e56ada6e276a3d45b60c4e26e2dda7e547.tar.xz
kernel-qcow2-linux-f12b76e56ada6e276a3d45b60c4e26e2dda7e547.zip
PCI: thunder: Add PCIe host driver for ThunderX processors
The root complexes used to access off-chip PCIe devices (called PEM units in the hardware manuals) on some Cavium ThunderX processors require quirky access methods for the config space of the PCIe bridge. Add a driver to provide these config space accessor functions. Use the pci-host-common code to configure the PCI machinery. Signed-off-by: David Daney <david.daney@cavium.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r--drivers/pci/host/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 65709b4bb3a4..184df22e4a69 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -195,4 +195,11 @@ config PCIE_QCOM
PCIe controller uses the Designware core plus Qualcomm-specific
hardware wrappers.
+config PCI_HOST_THUNDER_PEM
+ bool "Cavium Thunder PCIe controller to off-chip devices"
+ depends on OF && ARM64
+ select PCI_HOST_COMMON
+ help
+ Say Y here if you want PCIe support for CN88XX Cavium Thunder SoCs.
+
endmenu