Commit 311b05e2 authored by Rosen Penev's avatar Rosen Penev Committed by Johannes Berg
Browse files

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: default avatarRosen Penev <rosenp@gmail.com>
Acked-by: default avatarStanislaw Gruszka <stf_xl@wp.pl>
Reviewed-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://patch.msgid.link/20250722212856.11343-2-rosenp@gmail.com


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent c57e5b98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ endif

config RT2800SOC
	tristate "Ralink WiSoC support"
	depends on SOC_RT288X || SOC_RT305X || SOC_MT7620
	depends on SOC_RT288X || SOC_RT305X || SOC_MT7620 || COMPILE_TEST
	select RT2X00_LIB_SOC
	select RT2X00_LIB_MMIO
	select RT2X00_LIB_CRYPTO