xref: /linux/drivers/block/null_blk/Kconfig (revision b3e77da00f1b7b670983c69d0295f4ce132bf87c)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Null block device driver configuration
4#
5
6config BLK_DEV_NULL_BLK
7	tristate "Null test block driver"
8	select CONFIGFS_FS
9
10config BLK_DEV_NULL_BLK_FAULT_INJECTION
11	bool "Support fault injection for Null test block driver"
12	depends on BLK_DEV_NULL_BLK && FAULT_INJECTION
13