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_CONFIGFS 13