diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2015-11-03 08:39:19 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-11-03 08:39:19 -0600 |
commit | 4ed31f24a6416cc60bc8e92c25b2de3060fbedf8 (patch) | |
tree | f3ae3c8f4ad382bff930ff200861352a5a6b9838 /drivers/pci/host/Kconfig | |
parent | c2df02bdaac28bedcee6b9921b7c2927dafac471 (diff) | |
parent | 500a1d9a43e0a16e3cfc48f4b192ad421d4de376 (diff) | |
download | linux-4ed31f24a6416cc60bc8e92c25b2de3060fbedf8.tar.bz2 |
Merge branch 'pci/host-hisi' into next
* pci/host-hisi:
PCI: hisi: Add HiSilicon SoC Hip05 PCIe driver
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r-- | drivers/pci/host/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index dabab0c78380..70370f28da87 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -164,4 +164,12 @@ config PCIE_ALTERA_MSI Say Y here if you want PCIe MSI support for the Altera FPGA. This MSI driver supports Altera MSI to GIC controller IP. +config PCI_HISI + depends on OF && ARM64 + bool "HiSilicon SoC HIP05 PCIe controller" + select PCIEPORTBUS + select PCIE_DW + help + Say Y here if you want PCIe controller support on HiSilicon HIP05 SoC + endmenu |