aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink/Kconfig
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2021-09-22 07:00:34 +0200
committerBjorn Helgaas <bhelgaas@google.com>2021-10-21 10:59:18 -0500
commit2bdd5238e756aac3ecbffc7c22b884485e84062e (patch)
treecc88dbd26c20fd6eeed4359e7a0a1a5f8e1554a4 /arch/mips/ralink/Kconfig
parentdt-bindings: PCI: Add MT7621 SoC PCIe host controller (diff)
downloadlinux-dev-2bdd5238e756aac3ecbffc7c22b884485e84062e.tar.xz
linux-dev-2bdd5238e756aac3ecbffc7c22b884485e84062e.zip
PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
Add driver for the PCIe controller of the MT7621 SoC. [bhelgaas: rename from pci-mt7621.c to pcie-mt7621.c; also rename Kconfig symbol from PCI_MT7621 to PCIE_MT7621] Link: https://lore.kernel.org/r/20210922050035.18162-3-sergio.paracuellos@gmail.com Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--arch/mips/ralink/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig
index c800bf5559b5..120adad51d6a 100644
--- a/arch/mips/ralink/Kconfig
+++ b/arch/mips/ralink/Kconfig
@@ -51,7 +51,8 @@ choice
select SYS_SUPPORTS_HIGHMEM
select MIPS_GIC
select CLKSRC_MIPS_GIC
- select HAVE_PCI if PCI_MT7621
+ select HAVE_PCI
+ select PCI_DRIVERS_GENERIC
select SOC_BUS
endchoice