IB/rxe: Change RDMA_RXE kconfig to use select
authorJason Gunthorpe <jgg@mellanox.com>
Fri, 26 Jan 2018 21:18:33 +0000 (14:18 -0700)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 29 Jan 2018 19:58:00 +0000 (12:58 -0700)
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>
drivers/infiniband/sw/rxe/Kconfig

index 320bffc..bad4a57 100644 (file)
@@ -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