Skip to content

Commit

Permalink
IB/rxe: Change RDMA_RXE kconfig to use select
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason Gunthorpe committed Jan 29, 2018
1 parent 3356c8c commit 0812ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/infiniband/sw/rxe/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0812ed1

Please sign in to comment.