drivers/scsi/bnx2fc/Kconfig

Source file repositories/reference/linux-study-clean/drivers/scsi/bnx2fc/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/scsi/bnx2fc/Kconfig
Extension
[no extension]
Size
299 bytes
Lines
13
Domain
Driver Families
Bucket
drivers/scsi
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
config SCSI_BNX2X_FCOE
	tristate "QLogic FCoE offload support"
	depends on PCI
	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 devices.

Annotation

Implementation Notes