drivers/target/loopback/Kconfig

Source file repositories/reference/linux-study-clean/drivers/target/loopback/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/target/loopback/Kconfig
Extension
[no extension]
Size
260 bytes
Lines
8
Domain
Driver Families
Bucket
drivers/target
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 LOOPBACK_TARGET
	tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module"
	depends on SCSI
	help
	  Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD
	  fabric loopback module.

Annotation

Implementation Notes