Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1646815
| From | Shaokun Zhang <zhangshaokun@hisilicon.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v8 5/9] drivers: perf: hisi: Update Kconfig for Hisilicon PMU support |
| Date | 2017-05-22 14:20 +0200 |
| Message-ID | <tJUtz-5zo-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Anurup M <anurup.m@huawei.com> Update Kconfig for HiP05/06/07 PMU support. Signed-off-by: Anurup M <anurup.m@huawei.com> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Signed-off-by: John Garry <john.garry@huawei.com> --- drivers/perf/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig index aa587ed..4bc1f09 100644 --- a/drivers/perf/Kconfig +++ b/drivers/perf/Kconfig @@ -16,6 +16,14 @@ config ARM_PMU_ACPI depends on ARM_PMU && ACPI def_bool y +config HISI_PMU + bool "HiSilicon SoC PMU" + depends on PERF_EVENTS && ARM64 + help + Enable hardware event counter support for hardware event counters + in Hisilicon HiP05/06/07 SoC. The hardware modules like L3 Cache + and MN have hardware events and counters. + config QCOM_L2_PMU bool "Qualcomm Technologies L2-cache PMU" depends on ARCH_QCOM && ARM64 && PERF_EVENTS && ACPI -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v8 5/9] drivers: perf: hisi: Update Kconfig for Hisilicon PMU support Shaokun Zhang <zhangshaokun@hisilicon.com> - 2017-05-22 14:20 +0200
csiph-web