diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2020-11-20 10:55:19 +0900 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-12-07 17:36:04 -0700 |
commit | eebf34a85c8c724676eba502d15202854f199b05 (patch) | |
tree | 6f3399a148e58230e449e5de271bb1b0fbdfdd12 /drivers/block/Kconfig | |
parent | ea17fd354ca8afd3e8962a77236b1a9a59262fdd (diff) |
null_blk: Move driver into its own directory
Move null_blk driver code into the new sub-directory
drivers/block/null_blk.
Suggested-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index ecceaaa1a66f..262326973ee0 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -16,13 +16,7 @@ menuconfig BLK_DEV if BLK_DEV -config BLK_DEV_NULL_BLK - tristate "Null test block driver" - select CONFIGFS_FS - -config BLK_DEV_NULL_BLK_FAULT_INJECTION - bool "Support fault injection for Null test block driver" - depends on BLK_DEV_NULL_BLK && FAULT_INJECTION +source "drivers/block/null_blk/Kconfig" config BLK_DEV_FD tristate "Normal floppy disk support" |