summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2018-11-09 15:27:26 +0100
committerDavide Garberi <dade.garberi@gmail.com>2022-07-27 19:23:20 +0200
commit24c9c1e61468d3cf4f330bb350101718c0063926 (patch)
treed0c83f9b5188e8126444c51bc9f537fa52ac6d24 /init
parentd015631c23e459e48f7129714f042941de16299b (diff)
init: Remove CGROUP_SCHEDTUNE duplicated definition
* This has been added twice who knows when by CAF, most likely during an important merge Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 750ea6f73c5e..af433ff5356f 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1050,23 +1050,6 @@ config CGROUP_SCHEDTUNE
config PAGE_COUNTER
bool
-config CGROUP_SCHEDTUNE
- bool "CFS tasks boosting cgroup subsystem (EXPERIMENTAL)"
- depends on SCHED_TUNE
- help
- This option provides the "schedtune" controller which improves the
- flexibility of the task boosting mechanism by introducing the support
- to define "per task" boost values.
-
- This new controller:
- 1. allows only a two layers hierarchy, where the root defines the
- system-wide boost value and its direct childrens define each one a
- different "class of tasks" to be boosted with a different value
- 2. supports up to 16 different task classes, each one which could be
- configured with a different boost value
-
- Say N if unsure.
-
config MEMCG
bool "Memory Resource Controller for Control Groups"
select PAGE_COUNTER