diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-05-22 16:46:46 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-05-26 15:42:25 -0700 |
commit | 90336ef4cd3bd6abeb36c321a455b9e875eec56a (patch) | |
tree | a0431e8897c0a5577e5c87e4004260357d521e56 /config | |
parent | ce731158c86b0b7f78461a264920ac777f44d921 (diff) | |
download | upstream-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')
-rw-r--r-- | config/Config-kernel.in | 2 |
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) |