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
@ -502,7 +502,7 @@ config ARCH_HAVE_PERF_EVENTS
|
|||||||
|
|
||||||
config ARCH_PERF_EVENTS
|
config ARCH_PERF_EVENTS
|
||||||
bool "Configure hardware performance counting"
|
bool "Configure hardware performance counting"
|
||||||
default y
|
default n
|
||||||
depends on ARCH_HAVE_PERF_EVENTS
|
depends on ARCH_HAVE_PERF_EVENTS
|
||||||
---help---
|
---help---
|
||||||
Enable hardware performance counter support for perf events. If
|
Enable hardware performance counter support for perf events. If
|
||||||
|
Loading…
Reference in New Issue
Block a user