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:
parent
dbe10a0fc8
commit
696d67870a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue