Skip to content

Commit 6cd1a6f

Browse files
committed
null_blk: change configfs dependency to select
A recent commit made null_blk depend on configfs, which is kind of annoying since you now have to find this dependency and enable that as well. Discovered this since I no longer had null_blk available on a box I needed to debug, since it got killed when the config updated after the configfs change was merged. Fixes: 3bf2bd2 ("nullb: add configfs interface") Reviewed-by: Shaohua Li <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 4f02fb7 commit 6cd1a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/block/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if BLK_DEV
1717

1818
config BLK_DEV_NULL_BLK
1919
tristate "Null test block driver"
20-
depends on CONFIGFS_FS
20+
select CONFIGFS_FS
2121

2222
config BLK_DEV_FD
2323
tristate "Normal floppy disk support"

0 commit comments

Comments
 (0)