Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / block / null_blk / Kconfig
CommitLineData
eebf34a8
DLM
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"
bb4c19e0 12 depends on BLK_DEV_NULL_BLK && FAULT_INJECTION_CONFIGFS