aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@mellanox.com>2018-01-26 14:18:33 -0700
committerJason Gunthorpe <jgg@mellanox.com>2018-01-29 12:58:00 -0700
commit0812ed13217827d3c84cb7e5cb267c787d94d0a4 (patch)
tree1f337af130b2a45f196d497743b685c16d862d9b /drivers/infiniband/sw
parentIB/qib: remove qib_keys.c (diff)
downloadlinux-dev-0812ed13217827d3c84cb7e5cb267c787d94d0a4.tar.xz
linux-dev-0812ed13217827d3c84cb7e5cb267c787d94d0a4.zip
IB/rxe: Change RDMA_RXE kconfig to use select
NET_UDP_TUNNEL is not user selectable, so it should be used as a select in kconfig. CRYPTO_CRC32 is a required library for RDMA_RXE so it should active automatically, as most other CRYPTO_ users do. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/sw')
-rw-r--r--drivers/infiniband/sw/rxe/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/sw/rxe/Kconfig b/drivers/infiniband/sw/rxe/Kconfig
index 320bffc980d8..bad4a576d7cf 100644
--- a/drivers/infiniband/sw/rxe/Kconfig
+++ b/drivers/infiniband/sw/rxe/Kconfig
@@ -1,8 +1,8 @@
config RDMA_RXE
tristate "Software RDMA over Ethernet (RoCE) driver"
depends on INET && PCI && INFINIBAND
- depends on NET_UDP_TUNNEL
- depends on CRYPTO_CRC32
+ select NET_UDP_TUNNEL
+ select CRYPTO_CRC32
select DMA_VIRT_OPS
---help---
This driver implements the InfiniBand RDMA transport over