Commit 910ac735 authored by Li Zefan's avatar Li Zefan Committed by Jens Axboe

block: make CONFIG_BLK_CGROUP visible

Make the config visible, so we can choose from CONFIG_BLK_CGROUP=y
and CONFIG_BLK_CGROUP=m when CONFIG_IOSCHED_CFQ=m.
Signed-off-by: default avatarLi Zefan <lizf@cn.fujitsu.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 97fedbbe
...@@ -78,8 +78,9 @@ config BLK_DEV_INTEGRITY ...@@ -78,8 +78,9 @@ config BLK_DEV_INTEGRITY
Protection. If in doubt, say N. Protection. If in doubt, say N.
config BLK_CGROUP config BLK_CGROUP
bool tristate "Block cgroup support"
depends on CGROUPS depends on CGROUPS
depends on CFQ_GROUP_IOSCHED
default n default n
---help--- ---help---
Generic block IO controller cgroup interface. This is the common Generic block IO controller cgroup interface. This is the common
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment