mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
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>
This commit is contained in:
parent
dbd7d67b13
commit
3ef020a3c9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user