diff options
Diffstat (limited to 'drivers/perf/Kconfig')
-rw-r--r-- | drivers/perf/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig index da5724cd89cf..331b6d992b5a 100644 --- a/drivers/perf/Kconfig +++ b/drivers/perf/Kconfig | |||
@@ -5,6 +5,13 @@ | |||
5 | menu "Performance monitor support" | 5 | menu "Performance monitor support" |
6 | depends on PERF_EVENTS | 6 | depends on PERF_EVENTS |
7 | 7 | ||
8 | config ARM_CCN | ||
9 | tristate "ARM CCN driver support" | ||
10 | depends on ARM || ARM64 | ||
11 | help | ||
12 | PMU (perf) driver supporting the ARM CCN (Cache Coherent Network) | ||
13 | interconnect. | ||
14 | |||
8 | config ARM_PMU | 15 | config ARM_PMU |
9 | depends on ARM || ARM64 | 16 | depends on ARM || ARM64 |
10 | bool "ARM PMU framework" | 17 | bool "ARM PMU framework" |