1edd86506SAndreas Hindborg# SPDX-License-Identifier: GPL-2.0 2edd86506SAndreas Hindborg# 3edd86506SAndreas Hindborg# Rust null block device driver configuration 4edd86506SAndreas Hindborg 5edd86506SAndreas Hindborgconfig BLK_DEV_RUST_NULL 6edd86506SAndreas Hindborg tristate "Rust null block driver (Experimental)" 7*d969d504SAndreas Hindborg depends on RUST && CONFIGFS_FS 8edd86506SAndreas Hindborg help 9edd86506SAndreas Hindborg This is the Rust implementation of the null block driver. Like 10edd86506SAndreas Hindborg the C version, the driver allows the user to create virutal block 11edd86506SAndreas Hindborg devices that can be configured via various configuration options. 12edd86506SAndreas Hindborg 13edd86506SAndreas Hindborg If unsure, say N. 14