mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
HID: sony: select CONFIG_CRC32
[ Upstream commit 273435a1d4 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
eacac9a921
commit
e03bbc55b1
|
|
@ -899,6 +899,7 @@ config HID_SONY
|
|||
depends on NEW_LEDS
|
||||
depends on LEDS_CLASS
|
||||
select POWER_SUPPLY
|
||||
select CRC32
|
||||
help
|
||||
Support for
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user