null_blk: change configfs dependency to select
authorJens Axboe <axboe@kernel.dk>
Tue, 3 Oct 2017 21:58:15 +0000 (15:58 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 3 Oct 2017 21:58:15 +0000 (15:58 -0600)
commit6cd1a6fef7058de15405b13d6587538853279c7b
treeb1cc8ce8002595807d1b5f699f436839b1ba602d
parent4f02fb7617ba12ac15d261c654b9759ea8f1f1ef
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: 3bf2bd20734e ("nullb: add configfs interface")
Reviewed-by: Shaohua Li <shli@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/Kconfig