mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
|
#
|
||
|
# 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
|