staging/rdma/hfi1: select CRC32
authorMarkus Böhme <markus.boehme@mailbox.org>
Thu, 31 Mar 2016 23:04:05 +0000 (01:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2016 20:47:15 +0000 (13:47 -0700)
commit6d79b6c761dd76b947505340adb07c8b90296a9e
tree8529382f220096ae280b6cb082e3d4f702ebd96c
parent5a269ca9a6022b6fa19e68e92b38495844337abc
staging/rdma/hfi1: select CRC32

The function parse_platform_config in firmware.c calls crc32_le.
Building without CRC32 selected causes a link error:

drivers/built-in.o: In function `parse_platform_config':
(.text+0x92ffa): undefined reference to `crc32_le'

Signed-off-by: Markus Böhme <markus.boehme@mailbox.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/Kconfig