Skip to content

Commit 6d79b6c

Browse files
markusboehmegregkh
authored andcommitted
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>
1 parent 5a269ca commit 6d79b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/staging/rdma/hfi1/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ config INFINIBAND_HFI1
22
tristate "Intel OPA Gen1 support"
33
depends on X86_64 && INFINIBAND_RDMAVT
44
select MMU_NOTIFIER
5+
select CRC32
56
default m
67
---help---
78
This is a low-level driver for Intel OPA Gen1 adapter.

0 commit comments

Comments
 (0)