arch/Kconfig: set ARCH_PERF_EVENTS default to n

This is a debugging feature so it should be disabled by default
This commit is contained in:
raiden00pl 2023-09-29 16:18:46 +02:00 committed by Xiang Xiao
parent dbe10a0fc8
commit 696d67870a

View file

@ -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