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