aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/Kconfig
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2022-01-12 15:28:10 -0600
committerBjorn Helgaas <bhelgaas@google.com>2022-01-12 15:46:56 -0600
commit44ddb791f8f41f5f9f2ab4280a27c179ca7a8aed (patch)
treee84062c5e7b5619f81d53a30d1ce18a79d833588 /drivers/pci/controller/Kconfig
parentPCI: mt7621: Add missing MODULE_LICENSE() (diff)
downloadwireguard-linux-44ddb791f8f41f5f9f2ab4280a27c179ca7a8aed.tar.xz
wireguard-linux-44ddb791f8f41f5f9f2ab4280a27c179ca7a8aed.zip
PCI: mt7621: Allow COMPILE_TEST for all arches
Since all MIPS-specific code has been removed from driver, allow it to be enabled for COMPILE_TEST on all architectures. Mark it as tristate and remove MIPS the MIPS dependency. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/controller/Kconfig')
-rw-r--r--drivers/pci/controller/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index 93b141110537..2d5a86f9089c 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -333,7 +333,7 @@ config PCIE_APPLE
config PCIE_MT7621
tristate "MediaTek MT7621 PCIe Controller"
- depends on (RALINK && SOC_MT7621) || (MIPS && COMPILE_TEST)
+ depends on SOC_MT7621 || COMPILE_TEST
select PHY_MT7621_PCI
default SOC_MT7621
help