Skip to content

Commit 44ddb79

Browse files
parakabjorn-helgaas
authored andcommitted
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 <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent e4b1cd0 commit 44ddb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ config PCIE_APPLE
333333

334334
config PCIE_MT7621
335335
tristate "MediaTek MT7621 PCIe Controller"
336-
depends on (RALINK && SOC_MT7621) || (MIPS && COMPILE_TEST)
336+
depends on SOC_MT7621 || COMPILE_TEST
337337
select PHY_MT7621_PCI
338338
default SOC_MT7621
339339
help

0 commit comments

Comments
 (0)