Browse Source

linux: activate more cgroup options for ltp

Waldemar Brodkorb 3 months ago
parent
commit
7ba729ce27
1 changed files with 20 additions and 0 deletions
  1. 20 0
      target/linux/config/Config.in.kernel

+ 20 - 0
target/linux/config/Config.in.kernel

@@ -312,8 +312,28 @@ config ADK_LINUX_KERNEL_WATCH_QUEUE
 	bool "General notification queue"
 	bool "General notification queue"
 	default n
 	default n
 
 
+config ADK_LINUX_KERNEL_MEMCG
+	bool
+	default n
+
+config ADK_LINUX_KERNEL_BLK_CGROUP
+	bool
+	default n
+
+config ADK_LINUX_KERNEL_CGROUP_SCHED
+	bool
+	default n
+
+config ADK_LINUX_KERNEL_CGROUP_PIDS
+	bool
+	default n
+
 config ADK_LINUX_KERNEL_CGROUPS
 config ADK_LINUX_KERNEL_CGROUPS
 	bool "Control group support"
 	bool "Control group support"
+	select ADK_LINUX_KERNEL_MEMCG
+	select ADK_LINUX_KERNEL_BLK_CGROUP
+	select ADK_LINUX_KERNEL_CGROUP_SCHED
+	select ADK_LINUX_KERNEL_CGROUP_PIDS
 	default n
 	default n
 
 
 choice
 choice