mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
kernel: fix duplicate KERNEL_PERF_EVENTS with wrong dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41030
This commit is contained in:
parent
75d3a6abb7
commit
43dc78425c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user