aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@mellanox.com>2018-01-26 16:18:33 -0500
committerJason Gunthorpe <jgg@mellanox.com>2018-01-29 14:58:00 -0500
commit0812ed13217827d3c84cb7e5cb267c787d94d0a4 (patch)
tree1f337af130b2a45f196d497743b685c16d862d9b
parent3356c8c0b8da4562e68b4e713279d372fbef6c3c (diff)
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>
-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 @@
1config RDMA_RXE 1config RDMA_RXE
2 tristate "Software RDMA over Ethernet (RoCE) driver" 2 tristate "Software RDMA over Ethernet (RoCE) driver"
3 depends on INET && PCI && INFINIBAND 3 depends on INET && PCI && INFINIBAND
4 depends on NET_UDP_TUNNEL 4 select NET_UDP_TUNNEL
5 depends on CRYPTO_CRC32 5 select CRYPTO_CRC32
6 select DMA_VIRT_OPS 6 select DMA_VIRT_OPS
7 ---help--- 7 ---help---
8 This driver implements the InfiniBand RDMA transport over 8 This driver implements the InfiniBand RDMA transport over