Re: [PATCH] hid: sony: select CONFIG_CRC32

2021-01-04 Thread Jiri Kosina
On Sun, 3 Jan 2021, Arnd Bergmann wrote: > From: Arnd Bergmann > > Without crc32 support, this driver fails to link: > > arm-linux-gnueabi-ld: drivers/hid/hid-sony.o: in function `sony_raw_event': > hid-sony.c:(.text+0x8f4): undefined reference to `crc32_le' > arm-linux-gnueabi-ld:

[PATCH] hid: sony: select CONFIG_CRC32

2021-01-03 Thread Arnd Bergmann
From: Arnd Bergmann Without crc32 support, this driver fails to link: arm-linux-gnueabi-ld: drivers/hid/hid-sony.o: in function `sony_raw_event': hid-sony.c:(.text+0x8f4): undefined reference to `crc32_le' arm-linux-gnueabi-ld: hid-sony.c:(.text+0x900): undefined reference to `crc32_le'