diff options
Diffstat (limited to 'drivers/infiniband/sw/rxe/Kconfig')
| -rw-r--r-- | drivers/infiniband/sw/rxe/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/infiniband/sw/rxe/Kconfig b/drivers/infiniband/sw/rxe/Kconfig index 67ae960ab523..1ed5b63f8afc 100644 --- a/drivers/infiniband/sw/rxe/Kconfig +++ b/drivers/infiniband/sw/rxe/Kconfig @@ -1,11 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0-only config RDMA_RXE tristate "Software RDMA over Ethernet (RoCE) driver" - depends on INET && PCI && INFINIBAND - depends on !64BIT || ARCH_DMA_ADDR_T_64BIT + depends on INET && PCI && INFINIBAND && 64BIT + depends on INFINIBAND_VIRT_DMA select NET_UDP_TUNNEL - select CRYPTO_CRC32 - select DMA_VIRT_OPS - ---help--- + select CRC32 + help This driver implements the InfiniBand RDMA transport over the Linux network stack. It enables a system with a standard Ethernet adapter to interoperate with a RoCE |
