]> git.itanic.dy.fi Git - linux-stable/commitdiff
PCI: mt7621: Allow COMPILE_TEST for all arches
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 12 Jan 2022 21:28:10 +0000 (15:28 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Jan 2022 21:46:56 +0000 (15:46 -0600)
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>
drivers/pci/controller/Kconfig

index 93b1411105373cd21fe4625bca0e339e8f446c66..2d5a86f9089ca78f2cc9b1542a94a55abd400083 100644 (file)
@@ -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