summaryrefslogtreecommitdiff
path: root/drivers/pci/dwc/Kconfig
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2017-07-04 19:00:56 +0300
committerBjorn Helgaas <bhelgaas@google.com>2017-07-04 19:00:56 +0300
commit8a08e7eada357e853ff448482208a5ee7b94201a (patch)
treee097e7d1a228b82aec380f5de52d985019210922 /drivers/pci/dwc/Kconfig
parentbeaba77cf23f1734fc06ea90932526567c95ac25 (diff)
parentfc5165db245ac4b56c19e634592a144352817c6d (diff)
downloadlinux-8a08e7eada357e853ff448482208a5ee7b94201a.tar.xz
Merge branch 'pci/host-kirin' into next
* pci/host-kirin: PCI: kirin: Add HiSilicon Kirin SoC PCIe controller driver
Diffstat (limited to 'drivers/pci/dwc/Kconfig')
-rw-r--r--drivers/pci/dwc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pci/dwc/Kconfig b/drivers/pci/dwc/Kconfig
index d34b6dfbb351..d275aadc47ee 100644
--- a/drivers/pci/dwc/Kconfig
+++ b/drivers/pci/dwc/Kconfig
@@ -159,4 +159,14 @@ config PCIE_ARTPEC6
Say Y here to enable PCIe controller support on Axis ARTPEC-6
SoCs. This PCIe controller uses the DesignWare core.
+config PCIE_KIRIN
+ depends on OF && ARM64
+ bool "HiSilicon Kirin series SoCs PCIe controllers"
+ depends on PCI
+ select PCIEPORTBUS
+ select PCIE_DW_HOST
+ help
+ Say Y here if you want PCIe controller support
+ on HiSilicon Kirin series SoCs.
+
endmenu