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>
This commit is contained in:
committed by
Johannes Berg
parent
c57e5b9819
commit
311b05e235
@@ -202,7 +202,7 @@ endif
|
|||||||
|
|
||||||
config RT2800SOC
|
config RT2800SOC
|
||||||
tristate "Ralink WiSoC support"
|
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_SOC
|
||||||
select RT2X00_LIB_MMIO
|
select RT2X00_LIB_MMIO
|
||||||
select RT2X00_LIB_CRYPTO
|
select RT2X00_LIB_CRYPTO
|
||||||
|
|||||||
Reference in New Issue
Block a user