mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 20:42:33 -04:00
Add basic Auxiliary interface to the driver which supports the BCM5770X NIC family. Signed-off-by: Siva Reddy Kallam <siva.kallam@broadcom.com> Link: https://patch.msgid.link/20251117171136.128193-3-siva.kallam@broadcom.com Reviewed-by: Usman Ansari <usman.ansari@broadcom.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
11 lines
356 B
Plaintext
11 lines
356 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config INFINIBAND_BNG_RE
|
|
tristate "Broadcom Next generation RoCE HCA support"
|
|
depends on 64BIT
|
|
depends on INET && DCB && BNGE
|
|
help
|
|
This driver supports Broadcom Next generation
|
|
50/100/200/400/800 gigabit RoCE HCAs. The module
|
|
will be called bng_re. To compile this driver
|
|
as a module, choose M here.
|