Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Null block device driver configuration
0004 #
0005 
0006 config BLK_DEV_NULL_BLK
0007         tristate "Null test block driver"
0008         select CONFIGFS_FS
0009 
0010 config BLK_DEV_NULL_BLK_FAULT_INJECTION
0011         bool "Support fault injection for Null test block driver"
0012         depends on BLK_DEV_NULL_BLK && FAULT_INJECTION