Skip to content

Commit 311b05e

Browse files
nehebjmberg-intel
authored andcommitted
wifi: rt2x00: add COMPILE_TEST
While this driver is for a specific arch, there is nothing preventing it from being compiled on other platforms. Allows the various bots to test compilation and complain if a patch is bad. Signed-off-by: Rosen Penev <rosenp@gmail.com> Acked-by: Stanislaw Gruszka <stf_xl@wp.pl> Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Link: https://patch.msgid.link/20250722212856.11343-2-rosenp@gmail.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent c57e5b9 commit 311b05e

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ralink/rt2x00

1 file changed

+1
-1
lines changed

drivers/net/wireless/ralink/rt2x00/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ endif
202202

203203
config RT2800SOC
204204
tristate "Ralink WiSoC support"
205-
depends on SOC_RT288X || SOC_RT305X || SOC_MT7620
205+
depends on SOC_RT288X || SOC_RT305X || SOC_MT7620 || COMPILE_TEST
206206
select RT2X00_LIB_SOC
207207
select RT2X00_LIB_MMIO
208208
select RT2X00_LIB_CRYPTO

0 commit comments

Comments
 (0)