Skip to content

Commit

Permalink
um: set BLK_CGROUP=y in defconfig
Browse files Browse the repository at this point in the history
BLK_CGROUP=m is no longer valid.

Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Richard Weinberger committed Jul 28, 2012
1 parent a84ccab commit 2cad4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/um/defconfig
Original file line number Diff line number Diff line change
@@ -163,7 +163,7 @@ CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_BLK_CGROUP=m
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y

0 comments on commit 2cad4c1

Please sign in to comment.