diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-04 00:41:44 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-01-04 18:09:48 +0300 |
commit | 273435a1d4e5826f039625c23ba4fe9a09f24d75 (patch) | |
tree | b9a0406ae7a56bde267948999d201c0178614ca6 /drivers/hid | |
parent | de30491e8bfeeba1500bba293333eb51ece529d5 (diff) | |
download | linux-273435a1d4e5826f039625c23ba4fe9a09f24d75.tar.xz |
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>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 7bdda1b5b221..09fa75a2b289 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -899,6 +899,7 @@ config HID_SONY depends on NEW_LEDS depends on LEDS_CLASS select POWER_SUPPLY + select CRC32 help Support for |