xref: /linux/drivers/scsi/bnx2fc/Kconfig (revision dbc2bb4e8742068d3d3dc8ebb46d874e5fd953b8)
1# SPDX-License-Identifier: GPL-2.0-only
2config SCSI_BNX2X_FCOE
3	tristate "QLogic FCoE offload support"
4	depends on PCI
5	depends on LIBFC
6	depends on LIBFCOE
7	select NETDEVICES
8	select ETHERNET
9	select NET_VENDOR_BROADCOM
10	select CNIC
11	help
12	This driver supports FCoE offload for the QLogic devices.
13