summaryrefslogtreecommitdiffstats
path: root/drivers/perf/Kconfig
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2021-12-14 13:41:58 +0000
committerWill Deacon <will@kernel.org>2021-12-14 13:41:58 +0000
commite73bc4fd78c4bf889f33bf8c07a7f4365c742fca (patch)
treedca6e6d1a0ffefd971e0a7997c877a84d0ddb49d /drivers/perf/Kconfig
parentfc369f925f5c15a531313617fb22641aa6af874c (diff)
parent4cbf47728f8d9d18e7e43863c0b623351267f203 (diff)
downloadlinux-e73bc4fd78c4bf889f33bf8c07a7f4365c742fca.tar.bz2
Merge branch 'for-next/perf-cn10k' into for-next/perf
* for-next/perf-cn10k: dt-bindings: perf: Add YAML schemas for Marvell CN10K LLC-TAD pmu bindings drivers: perf: Add LLC-TAD perf counter support
Diffstat (limited to 'drivers/perf/Kconfig')
-rw-r--r--drivers/perf/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig
index 1070515d340c..e1a0c44bc686 100644
--- a/drivers/perf/Kconfig
+++ b/drivers/perf/Kconfig
@@ -139,6 +139,13 @@ config ARM_DMC620_PMU
Support for PMU events monitoring on the ARM DMC-620 memory
controller.
+config MARVELL_CN10K_TAD_PMU
+ tristate "Marvell CN10K LLC-TAD PMU"
+ depends on ARM64 || (COMPILE_TEST && 64BIT)
+ help
+ Provides support for Last-Level cache Tag-and-data Units (LLC-TAD)
+ performance monitors on CN10K family silicons.
+
source "drivers/perf/hisilicon/Kconfig"
endmenu