drivers/block/rnull/Kconfig

Source file repositories/reference/linux-study-clean/drivers/block/rnull/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/block/rnull/Kconfig
Extension
[no extension]
Size
423 bytes
Lines
14
Domain
Driver Families
Bucket
drivers/block
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
#
# Rust null block device driver configuration

config BLK_DEV_RUST_NULL
	tristate "Rust null block driver (Experimental)"
	depends on RUST && CONFIGFS_FS
	help
	  This is the Rust implementation of the null block driver. Like
	  the C version, the driver allows the user to create virutal block
	  devices that can be configured via various configuration options.

	  If unsure, say N.

Annotation

Implementation Notes