瀏覽代碼

Config.in: remove duplicate KERNEL_PERF_EVENTS symbol

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37222
Felix Fietkau 12 年之前
父節點
當前提交
60abecf605
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      Config.in

+ 1 - 4
Config.in

@@ -448,13 +448,10 @@ menu "Global build settings"
 			  the kmem extension can use it to guarantee that no group of processes
 			  will ever exhaust kernel resources alone.
 
-		config KERNEL_PERF_EVENTS
-			bool
-			default y if KERNEL_CGROUP_PERF
-
 		config KERNEL_CGROUP_PERF
 			bool "Enable perf_event per-cpu per-container group (cgroup) monitoring"
 			default n
+			select KERNEL_PERF_EVENTS
 			help
 			  This option extends the per-cpu mode to restrict monitoring to
 			  threads which belong to the cgroup specified and run on the