summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>2026-04-27 09:00:57 +0200
committerWill Deacon <will@kernel.org>2026-05-19 11:33:26 +0100
commit3ef020a3c9ebd1e3814d900e996fa29ce678c0d0 (patch)
treed64b5617a3822b6d1aba28a7778aedc75b285489
parentdbd7d67b13184854f483433b1e12d29ad96715c6 (diff)
downloadlinux-3ef020a3c9ebd1e3814d900e996fa29ce678c0d0.tar.gz
linux-3ef020a3c9ebd1e3814d900e996fa29ce678c0d0.zip
perf: qcom: Unify user-visible "Qualcomm" name
Various names for Qualcomm as a company are used in user-visible config options: QCOM, Qualcomm and Qualcomm Technologies. Switch to unified "Qualcomm" so it will be easier for users to identify the options when for example running menuconfig. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r--drivers/perf/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig
index ab90932fc2d0..245e7bb763b9 100644
--- a/drivers/perf/Kconfig
+++ b/drivers/perf/Kconfig
@@ -188,7 +188,7 @@ config FUJITSU_UNCORE_PMU
monitoring Uncore events.
config QCOM_L2_PMU
- bool "Qualcomm Technologies L2-cache PMU"
+ bool "Qualcomm L2-cache PMU"
depends on ARCH_QCOM && ARM64 && ACPI
select QCOM_KRYO_L2_ACCESSORS
help
@@ -198,7 +198,7 @@ config QCOM_L2_PMU
monitoring L2 cache events.
config QCOM_L3_PMU
- bool "Qualcomm Technologies L3-cache PMU"
+ bool "Qualcomm L3-cache PMU"
depends on ARCH_QCOM && ARM64 && ACPI
select QCOM_IRQ_COMBINER
help