summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/4.1/common.config17
1 files changed, 17 insertions, 0 deletions
diff --git a/kconfig/4.1/common.config b/kconfig/4.1/common.config
index 8098468..1dd25da 100644
--- a/kconfig/4.1/common.config
+++ b/kconfig/4.1/common.config
@@ -16,3 +16,20 @@
# Use -fstack-protector-strong for best stack canary coverage.
CONFIG_CC_STACKPROTECTOR_STRONG=y
+
+# For sched_tunable_scaling.
+CONFIG_SMP=y
+# For sched_latency_ns, sched_wakeup_granularity_ns.
+CONFIG_SCHED_DEBUG=y
+
+# For /dev/cpuctl.
+CONFIG_CGROUPS=y
+CONFIG_CGROUP_DEBUG=y
+CONFIG_CGROUP_FREEZER=y
+CONFIG_CGROUP_CPUACCT=y
+CONFIG_CGROUP_SCHED=y
+
+# For /dev/cpuctl/cpu.shares.
+CONFIG_FAIR_GROUP_SCHED=y
+# For /dev/cpuctl/cpu.rt_period_us.
+CONFIG_RT_GROUP_SCHED=y