From 696d67870ae56c6153da9d6fac0fe1317fff344a Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Fri, 29 Sep 2023 16:18:46 +0200 Subject: [PATCH] arch/Kconfig: set ARCH_PERF_EVENTS default to n This is a debugging feature so it should be disabled by default --- arch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 8640e64a78..1616a047b3 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -502,7 +502,7 @@ config ARCH_HAVE_PERF_EVENTS config ARCH_PERF_EVENTS bool "Configure hardware performance counting" - default y + default n depends on ARCH_HAVE_PERF_EVENTS ---help--- Enable hardware performance counter support for perf events. If