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