summaryrefslogtreecommitdiff
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
authorDamien Le Moal <dlemoal@kernel.org>2025-04-07 16:52:22 +0900
committerJens Axboe <axboe@kernel.dk>2025-05-01 17:03:56 -0600
commit9e4f11c1228cc8ebf236cfa51d44abafec80f326 (patch)
treed353a2c6a5a424e69aecec99bfc212be070c5f01 /drivers/block/Kconfig
parenteb0570c7df23c2f32fe899fcdaf8fca9a5ecd51e (diff)
Documentation: Document the new zoned loop block device driver
Introduce the zoned_loop.rst documentation file under admin-guide/blockdev to document the zoned loop block device driver. An overview of the driver is provided and its usage to create and delete zoned devices described. Signed-off-by: Damien Le Moal <dlemoal@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Link: https://lore.kernel.org/r/20250407075222.170336-3-dlemoal@kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index e2c9ab1be8fd..0f70e2374e7f 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -421,6 +421,9 @@ config BLK_DEV_ZONED_LOOP
echo "add id=0,zone_size_mb=256,capacity_mb=16384,conv_zones=11" > \
/dev/zloop-control
+ See Documentation/admin-guide/blockdev/zoned_loop.rst for usage
+ details.
+
If unsure, say N.
endif # BLK_DEV