aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/Kconfig
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2021-11-05 11:28:51 -0500
committerBjorn Helgaas <bhelgaas@google.com>2021-11-05 11:28:51 -0500
commit83e168d607d6783db5c18203076d3785b20e7f9e (patch)
tree33c8f9a19dd02dbb70b877ee0acefdfa739baae0 /drivers/pci/controller/Kconfig
parentMerge branch 'pci/host/kirin' (diff)
parentMAINTAINERS: Add Sergio Paracuellos as MT7621 PCIe maintainer (diff)
downloadwireguard-linux-83e168d607d6783db5c18203076d3785b20e7f9e.tar.xz
wireguard-linux-83e168d607d6783db5c18203076d3785b20e7f9e.zip
Merge branch 'pci/host/mt7621'
- Add MediaTek MT7621 SoC PCIe host controller (moved from staging) (Sergio Paracuellos) * pci/host/mt7621: MAINTAINERS: Add Sergio Paracuellos as MT7621 PCIe maintainer PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver dt-bindings: PCI: Add MT7621 SoC PCIe host controller # Conflicts: # drivers/pci/controller/Kconfig # drivers/pci/controller/Makefile
Diffstat (limited to 'drivers/pci/controller/Kconfig')
-rw-r--r--drivers/pci/controller/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index 5661d4a84832..18f1fa4bdf06 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -330,6 +330,14 @@ config PCIE_APPLE
If unsure, say Y if you have an Apple Silicon system.
+config PCIE_MT7621
+ tristate "MediaTek MT7621 PCIe Controller"
+ depends on (RALINK && SOC_MT7621) || (MIPS && COMPILE_TEST)
+ select PHY_MT7621_PCI
+ default SOC_MT7621
+ help
+ This selects a driver for the MediaTek MT7621 PCIe Controller.
+
source "drivers/pci/controller/dwc/Kconfig"
source "drivers/pci/controller/mobiveil/Kconfig"
source "drivers/pci/controller/cadence/Kconfig"