kernel: Make KERNEL_PERF_EVENTS selectable
[oweals/openwrt.git] / config / Config-kernel.in
index ebc8e1f05b9bb1d94267ad174fb2baa6e0a8a8c3..3468899adc786e770f5519f1056985398db12d71 100644 (file)
@@ -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)