Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d79b6c7 authored by Markus Böhme's avatar Markus Böhme Committed by Greg Kroah-Hartman
Browse files

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: default avatarMarkus Böhme <markus.boehme@mailbox.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5a269ca9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ config INFINIBAND_HFI1
	tristate "Intel OPA Gen1 support"
	depends on X86_64 && INFINIBAND_RDMAVT
	select MMU_NOTIFIER
	select CRC32
	default m
	---help---
	This is a low-level driver for Intel OPA Gen1 adapter.