diff options
author | Will Deacon <will@kernel.org> | 2021-12-14 13:41:58 +0000 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-12-14 13:41:58 +0000 |
commit | e73bc4fd78c4bf889f33bf8c07a7f4365c742fca (patch) | |
tree | dca6e6d1a0ffefd971e0a7997c877a84d0ddb49d /drivers/perf/Kconfig | |
parent | fc369f925f5c15a531313617fb22641aa6af874c (diff) | |
parent | 4cbf47728f8d9d18e7e43863c0b623351267f203 (diff) | |
download | linux-stable-e73bc4fd78c4bf889f33bf8c07a7f4365c742fca.tar.gz linux-stable-e73bc4fd78c4bf889f33bf8c07a7f4365c742fca.tar.bz2 linux-stable-e73bc4fd78c4bf889f33bf8c07a7f4365c742fca.zip |
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/Kconfig | 7 |
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 |