On Thu, Jul 31, 2025 at 9:58 AM Arnd Bergmann <arnd@xxxxxxxxxx> wrote: > > From: Arnd Bergmann <arnd@xxxxxxxx> > > Compile-testing this driver on Arm platforms shows a link failure > when the CRC functions are not part of the kernel: > > x86_64-linux-ld: drivers/net/wireless/ralink/rt2x00/rt2800lib.o: in function `rt2800_check_firmware': > rt2800lib.c:(.text+0x20e5): undefined reference to `crc_ccitt' > > Move the select statement to the correct Kconfig symbol to match > the call site. > > Fixes: 311b05e235cf ("wifi: rt2x00: add COMPILE_TEST") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > --- > drivers/net/wireless/ralink/rt2x00/Kconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>