Commit 0812ed13 authored by Jason Gunthorpe's avatar Jason Gunthorpe

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: default avatarJason Gunthorpe <jgg@mellanox.com>
parent 3356c8c0
config RDMA_RXE config RDMA_RXE
tristate "Software RDMA over Ethernet (RoCE) driver" tristate "Software RDMA over Ethernet (RoCE) driver"
depends on INET && PCI && INFINIBAND depends on INET && PCI && INFINIBAND
depends on NET_UDP_TUNNEL select NET_UDP_TUNNEL
depends on CRYPTO_CRC32 select CRYPTO_CRC32
select DMA_VIRT_OPS select DMA_VIRT_OPS
---help--- ---help---
This driver implements the InfiniBand RDMA transport over This driver implements the InfiniBand RDMA transport over
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment