mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 15:42:46 +00:00
16 lines
247 B
Text
16 lines
247 B
Text
![]() |
#
|
||
|
# Performance Monitor Drivers
|
||
|
#
|
||
|
|
||
|
menu "Performance monitor support"
|
||
|
|
||
|
config ARM_PMU
|
||
|
depends on PERF_EVENTS && ARM
|
||
|
bool "ARM PMU framework"
|
||
|
default y
|
||
|
help
|
||
|
Say y if you want to use CPU performance monitors on ARM-based
|
||
|
systems.
|
||
|
|
||
|
endmenu
|