diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-01-03 00:31:15 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-01-03 00:31:15 +0300 |
commit | cdf4f4dc118bafd97d0148d53730e396ece11afa (patch) | |
tree | 91f12d628f1ec43fee71da3269b8fe0ad7d4b4e8 /drivers/pci/controller/dwc/Kconfig | |
parent | c266b026ae7a51f876eb74e15ff63f834fe35976 (diff) | |
parent | 7e6d5cd88a6f4961ed2968799ef98528c13ac5f8 (diff) | |
download | linux-cdf4f4dc118bafd97d0148d53730e396ece11afa.tar.xz |
Merge branch 'remotes/lorenzo/pci/uniphier'
- Add UniPhier PCIe controller driver and DT bindings (Kunihiko Hayashi)
* remotes/lorenzo/pci/uniphier:
PCI: uniphier: Add UniPhier PCIe host controller support
dt-bindings: PCI: Add UniPhier PCIe host controller description
# Conflicts:
# drivers/pci/controller/dwc/Kconfig
# drivers/pci/controller/dwc/Makefile
Diffstat (limited to 'drivers/pci/controller/dwc/Kconfig')
-rw-r--r-- | drivers/pci/controller/dwc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index 0b1ab6b5e234..548c58223868 100644 --- a/drivers/pci/controller/dwc/Kconfig +++ b/drivers/pci/controller/dwc/Kconfig @@ -203,4 +203,14 @@ config PCI_MESON and therefore the driver re-uses the DesignWare core functions to implement the driver. +config PCIE_UNIPHIER + bool "Socionext UniPhier PCIe controllers" + depends on ARCH_UNIPHIER || COMPILE_TEST + depends on OF && HAS_IOMEM + depends on PCI_MSI_IRQ_DOMAIN + select PCIE_DW_HOST + help + Say Y here if you want PCIe controller support on UniPhier SoCs. + This driver supports LD20 and PXs3 SoCs. + endmenu |