linux/drivers/scsi/bnx2fc/Kconfig
<<
>>
Prefs
   1config SCSI_BNX2X_FCOE
   2        tristate "QLogic FCoE offload support"
   3        depends on PCI
   4        depends on (IPV6 || IPV6=n)
   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