Quellcode durchsuchen

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 <[email protected]>
Florian Fainelli vor 8 Jahren
Ursprung
Commit
90336ef4cd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      config/Config-kernel.in

+ 1 - 1
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)