Kconfig 423 B

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