summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorMarkus Böhme <markus.boehme@mailbox.org>2016-04-01 01:04:05 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-04 13:47:15 -0700
commit6d79b6c761dd76b947505340adb07c8b90296a9e (patch)
tree8529382f220096ae280b6cb082e3d4f702ebd96c /drivers/staging
parent5a269ca9a6022b6fa19e68e92b38495844337abc (diff)
downloadop-kernel-dev-6d79b6c761dd76b947505340adb07c8b90296a9e.zip
op-kernel-dev-6d79b6c761dd76b947505340adb07c8b90296a9e.tar.gz
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rdma/hfi1/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rdma/hfi1/Kconfig b/drivers/staging/rdma/hfi1/Kconfig
index 3e668d8..a925fb0 100644
--- a/drivers/staging/rdma/hfi1/Kconfig
+++ b/drivers/staging/rdma/hfi1/Kconfig
@@ -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.
OpenPOWER on IntegriCloud