diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-07-04 11:00:56 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-07-04 11:00:56 -0500 |
commit | 8a08e7eada357e853ff448482208a5ee7b94201a (patch) | |
tree | e097e7d1a228b82aec380f5de52d985019210922 /drivers/pci/dwc/Kconfig | |
parent | beaba77cf23f1734fc06ea90932526567c95ac25 (diff) | |
parent | fc5165db245ac4b56c19e634592a144352817c6d (diff) |
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/Kconfig | 10 |
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 |