diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-11-05 11:28:51 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-11-05 11:28:51 -0500 |
commit | 83e168d607d6783db5c18203076d3785b20e7f9e (patch) | |
tree | 33c8f9a19dd02dbb70b877ee0acefdfa739baae0 /drivers/pci/controller/Kconfig | |
parent | 581e8fcec53c61b015ccd5ad1c169c7bfa220856 (diff) | |
parent | 370ea5aa50d66c6447300d23467cdd1efd0efa72 (diff) | |
download | linux-next-83e168d607d6783db5c18203076d3785b20e7f9e.tar.gz |
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/Kconfig | 8 |
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" |