mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 17:06:41 +07:00
df568d8e52
LIBFC depends upon SCSI_FC_ATTRS and select's CRC32C. The only alternative would be to 'select' CRC32C and all of SCSI_FC_ATTRS direct and indirect dependencies in the Kconfig section for every LIBFCOE user which makes little sense. Subsequently, use 'depends' instead of 'select' for LIBFCOE too. Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
config SCSI_BNX2X_FCOE
|
|
tristate "QLogic NetXtreme II FCoE support"
|
|
depends on PCI
|
|
depends on (IPV6 || IPV6=n)
|
|
depends on LIBFC
|
|
depends on LIBFCOE
|
|
select NETDEVICES
|
|
select ETHERNET
|
|
select NET_VENDOR_BROADCOM
|
|
select CNIC
|
|
---help---
|
|
This driver supports FCoE offload for the QLogic NetXtreme II
|
|
devices.
|