repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm, debug: replace dump_flags() with the new printk formats
[linux/fpc-iii.git]
/
drivers
/
perf
/
Kconfig
blob
04e2653bb8c02cd9aede61bca14c9638da62c432
1
#
2
# Performance Monitor Drivers
3
#
4
5
menu "Performance monitor support"
6
7
config ARM_PMU
8
depends on PERF_EVENTS && (ARM || ARM64)
9
bool "ARM PMU framework"
10
default y
11
help
12
Say y if you want to use CPU performance monitors on ARM-based
13
systems.
14
15
endmenu