aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-kernel.in
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2017-05-22 16:46:46 -0700
committerFlorian Fainelli <f.fainelli@gmail.com>2017-05-26 15:42:25 -0700
commit90336ef4cd3bd6abeb36c321a455b9e875eec56a (patch)
treea0431e8897c0a5577e5c87e4004260357d521e56 /config/Config-kernel.in
parentce731158c86b0b7f78461a264920ac777f44d921 (diff)
downloadupstream-90336ef4cd3bd6abeb36c321a455b9e875eec56a.tar.gz
upstream-90336ef4cd3bd6abeb36c321a455b9e875eec56a.tar.bz2
upstream-90336ef4cd3bd6abeb36c321a455b9e875eec56a.zip
kernel: Make KERNEL_PERF_EVENTS selectable
The kernel itself allows enabling/disabling CONFIG_PERF_EVENTS, so allow doing the same thing. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r--config/Config-kernel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index ebc8e1f05b..3468899adc 100644
--- 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)