diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-09-02 22:56:46 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-09-02 22:56:46 +0300 |
commit | a549a33c37ef081593dff266f0c3a9e78a28bdf0 (patch) | |
tree | e30f1a19b3d2eb636161730747780dce72d51362 /drivers/pci/controller/dwc/Kconfig | |
parent | 0e52059a8256730f5c9555943b52fc115cdb3680 (diff) | |
parent | 89761eefc7ad59ebe7d8436a4fe9a1830be9c3b0 (diff) | |
download | linux-a549a33c37ef081593dff266f0c3a9e78a28bdf0.tar.xz |
Merge branch 'pci/visconti'
- Add Toshiba Visconti PCIe host controller driver (Nobuhiro Iwamatsu)
* pci/visconti:
MAINTAINERS: Add entries for Toshiba Visconti PCIe controller
PCI: visconti: Add Toshiba Visconti PCIe host controller driver
Diffstat (limited to 'drivers/pci/controller/dwc/Kconfig')
-rw-r--r-- | drivers/pci/controller/dwc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index 60d3dde9ca39..5ae63cd5ad91 100644 --- a/drivers/pci/controller/dwc/Kconfig +++ b/drivers/pci/controller/dwc/Kconfig @@ -297,6 +297,15 @@ config PCIE_TEGRA194_EP in order to enable device-specific features PCIE_TEGRA194_EP must be selected. This uses the DesignWare core. +config PCIE_VISCONTI_HOST + bool "Toshiba Visconti PCIe controllers" + depends on ARCH_VISCONTI || COMPILE_TEST + depends on PCI_MSI_IRQ_DOMAIN + select PCIE_DW_HOST + help + Say Y here if you want PCIe controller support on Toshiba Visconti SoC. + This driver supports TMPV7708 SoC. + config PCIE_UNIPHIER bool "Socionext UniPhier PCIe host controllers" depends on ARCH_UNIPHIER || COMPILE_TEST |