mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
Allow rust null block devices to be configured and instantiated via `configfs`. Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com> Reviewed-by: Alice Ryhl <aliceryhl@google.com> Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org> Link: https://lore.kernel.org/r/20250902-rnull-up-v6-16-v7-13-b5212cc89b98@kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
14 lines
423 B
Plaintext
14 lines
423 B
Plaintext
# 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.
|