OSDN Git Service

HID: sony: select CONFIG_CRC32
authorArnd Bergmann <arnd@arndb.de>
Sun, 3 Jan 2021 21:41:44 +0000 (22:41 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 4 Jan 2021 15:09:48 +0000 (16:09 +0100)
commit273435a1d4e5826f039625c23ba4fe9a09f24d75
treeb9a0406ae7a56bde267948999d201c0178614ca6
parentde30491e8bfeeba1500bba293333eb51ece529d5
HID: sony: select CONFIG_CRC32

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'
arm-linux-gnueabi-ld: drivers/hid/hid-sony.o:hid-sony.c:(.text+0x4408): more undefined references to `crc32_le' follow

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig