mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
de50b56087
commit
871962e231
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user