summaryrefslogtreecommitdiff
path: root/drivers/perf/Kconfig
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2018-12-12 21:59:39 +0300
committerWill Deacon <will.deacon@arm.com>2018-12-12 22:00:25 +0300
commitb47f515bdcd4e22b0b87141157c9ee8bc7c9bb98 (patch)
treee43141b5b33fc33c0bb2870127264da658378b83 /drivers/perf/Kconfig
parent0a1213fa7432778b71a1c0166bf56660a3aab030 (diff)
parent69c32972d59388c041268e8206e8eb1acff29b9a (diff)
downloadlinux-b47f515bdcd4e22b0b87141157c9ee8bc7c9bb98.tar.xz
Merge branch 'for-next/perf' into aarch64/for-next/core
Merge in arm64 perf and PMU driver updates, including support for the system/uncore PMU in the ThunderX2 platform.
Diffstat (limited to 'drivers/perf/Kconfig')
-rw-r--r--drivers/perf/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig
index 08ebaf7cca8b..af9bc178495d 100644
--- a/drivers/perf/Kconfig
+++ b/drivers/perf/Kconfig
@@ -87,6 +87,15 @@ config QCOM_L3_PMU
Adds the L3 cache PMU into the perf events subsystem for
monitoring L3 cache events.
+config THUNDERX2_PMU
+ tristate "Cavium ThunderX2 SoC PMU UNCORE"
+ depends on ARCH_THUNDER2 && ARM64 && ACPI && NUMA
+ default m
+ help
+ Provides support for ThunderX2 UNCORE events.
+ The SoC has PMU support in its L3 cache controller (L3C) and
+ in the DDR4 Memory Controller (DMC).
+
config XGENE_PMU
depends on ARCH_XGENE
bool "APM X-Gene SoC PMU"