• Arnd Bergmann's avatar
    HID: sony: select CONFIG_CRC32 · 273435a1
    Arnd Bergmann authored
    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: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
    273435a1
Kconfig 33.4 KB