xref: /linux/drivers/infiniband/hw/irdma/Kconfig (revision 2ccb4d203fe4bec72fb333ccc2feb71a462c188d)
1# SPDX-License-Identifier: GPL-2.0-only
2config INFINIBAND_IRDMA
3	tristate "Intel(R) Ethernet Protocol Driver for RDMA"
4	depends on INET
5	depends on IPV6 || !IPV6
6	depends on PCI
7	depends on IDPF && ICE && I40E
8	select GENERIC_ALLOCATOR
9	select AUXILIARY_BUS
10	select CRC32
11	help
12	  This is an Intel(R) Ethernet Protocol Driver for RDMA that
13	  supports IPU E2000 (RoCEv2), E810 (iWARP/RoCEv2) and X722 (iWARP)
14	  network devices.
15