Skip to content
Snippets Groups Projects
Commit 8528d0ea authored by nbd's avatar nbd
Browse files

kernel: fix duplicate KERNEL_PERF_EVENTS with wrong dependency


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41030 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 28da5c12
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment