@@ -519,6 +519,18 @@ if KERNEL_CGROUPS
CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set
CONFIG_BLK_DEV_THROTTLING=y.
+ config KERNEL_CFQ_GROUP_IOSCHED
+ bool "Block IO controller cgroup blkio.weigtht"
+ default n
+
+ config KERNEL_BLK_DEV_THROTTLING
+ bool "Block IO controller cgroup blkio.throttle"
+ default n
+
+ config KERNEL_BLK_DEV_THROTTLING_LOW
+ bool "Block IO controller cgroup blkio.throttle low limit interface support"
+ default n
+
config KERNEL_DEBUG_BLK_CGROUP
bool "Enable Block IO controller debugging"
default n
These options can enable the blkio.weight + blkio.throttle cgroups. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com> --- config/Config-kernel.in | 12 ++++++++++++ 1 file changed, 12 insertions(+)