mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user