kernel-features: Fix CONFIG_BLK_CGROUP enabling

Meanwhile, this became boolean, and trying to make it a module just
leaves it off.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Jan Kiszka 2017-07-18 08:23:38 +02:00 committed by Bruce Ashfield
parent de50b56087
commit 871962e231

View File

@ -15,7 +15,7 @@ CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_CLS_CGROUP=m
CONFIG_BLK_CGROUP=m
CONFIG_BLK_CGROUP=y
CONFIG_NETPRIO_CGROUP=m
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y