Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 237e5bc4 authored by Jens Axboe's avatar Jens Axboe
Browse files

io controller: quick fix for blk-cgroup and modular CFQ



It's currently not an allowed configuration, so express that in Kconfig.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent f2eecb91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ config IOSCHED_CFQ

config CFQ_GROUP_IOSCHED
	bool "CFQ Group Scheduling support"
	depends on IOSCHED_CFQ && CGROUPS
	depends on IOSCHED_CFQ=y && CGROUPS
	select BLK_CGROUP
	default n
	---help---