projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce73115
)
kernel: Make KERNEL_PERF_EVENTS selectable
author
Florian Fainelli
<f.fainelli@gmail.com>
Mon, 22 May 2017 23:46:46 +0000
(16:46 -0700)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Fri, 26 May 2017 22:42:25 +0000
(15:42 -0700)
The kernel itself allows enabling/disabling CONFIG_PERF_EVENTS, so allow
doing the same thing.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index ebc8e1f05b9bb1d94267ad174fb2baa6e0a8a8c3..3468899adc786e770f5519f1056985398db12d71 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-48,7
+48,7
@@
config KERNEL_ARM_PMU
depends on (arm || arm64)
config KERNEL_PERF_EVENTS
- bool
+ bool
"Compile the kernel with performance events and counters"
default n
select KERNEL_ARM_PMU if (arm || arm64)