Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d504c991 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: remove duplicate entries from Makefile/Kconfig"

parents 5faa309b 375d59f1
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
@@ -1051,23 +1051,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 controller"
	select PAGE_COUNTER
@@ -1276,13 +1259,6 @@ config SOCK_CGROUP_DATA

endif # CGROUPS

config SCHED_WALT
	bool "WALT"
	depends on SMP && FAIR_GROUP_SCHED
	help
	  Use Window-Assisted Load Tracking (WALT) as an alternative or
	  additional load tracking scheme in lieu of or along with PELT.

config SCHED_CORE_CTL
	bool "QTI Core Control"
	depends on SMP
+0 −1
Original line number Diff line number Diff line
@@ -29,4 +29,3 @@ obj-$(CONFIG_CPU_FREQ) += cpufreq.o
obj-$(CONFIG_CPU_FREQ_GOV_SCHEDUTIL) += cpufreq_schedutil.o
obj-$(CONFIG_SCHED_CORE_CTL) += core_ctl.o
obj-$(CONFIG_CPU_FREQ_GOV_SCHED) += cpufreq_sched.o
obj-$(CONFIG_CPU_FREQ_GOV_SCHEDUTIL) += cpufreq_schedutil.o