[PATCH] cpufreq: qcom: Unify user-visible "Qualcomm" name

Krzysztof Kozlowski posted 1 patch 1 month, 3 weeks ago
drivers/cpufreq/Kconfig.arm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] cpufreq: qcom: Unify user-visible "Qualcomm" name
Posted by Krzysztof Kozlowski 1 month, 3 weeks ago
Various names for Qualcomm as a company are used in user-visible config
options.  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>

---

I am doing this tree wide:
https://lore.kernel.org/all/?q=f%3Akrzysztof+s%3A%22Unify+user-visible%22+s%3AQualcomm
---
 drivers/cpufreq/Kconfig.arm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 47c9b031f1b3..a441668f9e0c 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -153,7 +153,7 @@ config ARM_QCOM_CPUFREQ_NVMEM
 	  If in doubt, say N.
 
 config ARM_QCOM_CPUFREQ_HW
-	tristate "QCOM CPUFreq HW driver"
+	tristate "Qualcomm CPUFreq HW driver"
 	depends on ARCH_QCOM || COMPILE_TEST
 	depends on COMMON_CLK
 	help
-- 
2.51.0
Re: [PATCH] cpufreq: qcom: Unify user-visible "Qualcomm" name
Posted by Viresh Kumar 1 month, 3 weeks ago
On 23-04-26, 19:36, Krzysztof Kozlowski wrote:
> Various names for Qualcomm as a company are used in user-visible config
> options.  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>
> 
> ---
> 
> I am doing this tree wide:
> https://lore.kernel.org/all/?q=f%3Akrzysztof+s%3A%22Unify+user-visible%22+s%3AQualcomm
> ---
>  drivers/cpufreq/Kconfig.arm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index 47c9b031f1b3..a441668f9e0c 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -153,7 +153,7 @@ config ARM_QCOM_CPUFREQ_NVMEM
>  	  If in doubt, say N.
>  
>  config ARM_QCOM_CPUFREQ_HW
> -	tristate "QCOM CPUFreq HW driver"
> +	tristate "Qualcomm CPUFreq HW driver"
>  	depends on ARCH_QCOM || COMPILE_TEST
>  	depends on COMMON_CLK
>  	help

Applied. Thanks.

-- 
viresh