diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-06 09:20:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-06 09:20:15 +0000 |
commit | 9eb585ddab591e329260266a497be55eddbc4b6a (patch) | |
tree | 7076d528951b34b817665e609b980de20da86655 /config | |
parent | 551bf8f6971db6dd057645f1e415718bdd1d2eb4 (diff) | |
download | upstream-9eb585ddab591e329260266a497be55eddbc4b6a.tar.gz upstream-9eb585ddab591e329260266a497be55eddbc4b6a.tar.bz2 upstream-9eb585ddab591e329260266a497be55eddbc4b6a.zip |
kernel: fix duplicate KERNEL_PERF_EVENTS with wrong dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41030 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-kernel.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index e64c4b7752..a4a45b4048 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -299,12 +299,9 @@ if KERNEL_CGROUPS 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" + select KERNEL_PERF_EVENTS default n help This option extends the per-cpu mode to restrict monitoring to |