xref: /linux/drivers/infiniband/hw/bnxt_re/Kconfig (revision af873fcecef567abf8a3468b06dd4e4aab46da6d)
1# SPDX-License-Identifier: GPL-2.0-only
2config INFINIBAND_BNXT_RE
3        tristate "Broadcom Netxtreme HCA support"
4        depends on 64BIT
5        depends on ETHERNET && NETDEVICES && PCI && INET && DCB
6        select NET_VENDOR_BROADCOM
7        select BNXT
8        ---help---
9	  This driver supports Broadcom NetXtreme-E 10/25/40/50 gigabit
10	  RoCE HCAs.  To compile this driver as a module, choose M here:
11	  the module will be called bnxt_re.
12