mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 22:36:49 +07: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
|