drivers/scsi/bnx2i/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/scsi/bnx2i/Kconfig
Extension
[no extension]
Size
323 bytes
Lines
14
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_BNX2_ISCSI
	tristate "QLogic NetXtreme II iSCSI support"
	depends on NET
	depends on PCI
	select SCSI_ISCSI_ATTRS
	select NETDEVICES
	select ETHERNET
	select NET_VENDOR_BROADCOM
	select CNIC
	help
	This driver supports iSCSI offload for the QLogic NetXtreme II
	devices.

Annotation

Implementation Notes