ckrm_E16
[linux-2.6.git] / init / Kconfig
index 579d847..12c6ab9 100644 (file)
@@ -168,21 +168,16 @@ config CKRM_RES_NUMTASKS
        
          Say N if unsure, Y to use the feature.
 
-config CKRM_CPU_SCHEDULE
-       bool "CKRM CPU scheduler"
-       depends on CKRM_TYPE_TASKCLASS
-       default m
-       help
-         Use CKRM CPU scheduler instead of Linux Scheduler
-       
-         Say N if unsure, Y to use the feature.
-
-config CKRM_CPU_MONITOR
-       tristate  "CKRM CPU Resoure Monitor"
-       depends on CKRM_CPU_SCHEDULE
+config CKRM_RES_BLKIO
+       tristate " Disk I/O Resource Controller"
+       depends on CKRM_TYPE_TASKCLASS && IOSCHED_CFQ
        default m
        help
-         Monitor CPU Resource Usage of the classes
+         Provides a resource controller for best-effort block I/O 
+         bandwidth control. The controller attempts this by proportional 
+         servicing of requests in the I/O scheduler. However, seek
+         optimizations and reordering by device drivers/disk controllers may
+         alter the actual bandwidth delivered to a class.
        
          Say N if unsure, Y to use the feature.