brintos

brintos / linux-shallow public Read only

0
0
Text · 344 B · ecdc0f0 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SCSI_BNX2X_FCOE3	tristate "QLogic FCoE offload support"4	depends on PCI5	depends on (IPV6 || IPV6=n)6	depends on LIBFC7	depends on LIBFCOE8	depends on MMU9	select NETDEVICES10	select ETHERNET11	select NET_VENDOR_BROADCOM12	select CNIC13	help14	This driver supports FCoE offload for the QLogic devices.15