Re: [PATCH] watchdog: qcom: Unify user-visible "Qualcomm" name
From: Guenter Roeck
Date: Wed Apr 22 2026 - 07:35:56 EST
On 4/22/26 01:27, Krzysztof Kozlowski wrote:
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@xxxxxxxxxxxxxxxx>
Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>
---
And "Qualcomm Technologies" has even variations over the tree:
Qualcomm Technologies
Qualcomm Technologies Inc.
Qualcomm Technologies, Inc.
I am doing this tree wide:
https://lore.kernel.org/all/?q=f%3Akrzysztof+s%3A%22Unify+user-visible%22+s%3AQualcomm
---
drivers/watchdog/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index dc78729ba2a5..2d3b404aee7f 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -882,7 +882,7 @@ config TEGRA_WATCHDOG
module will be called tegra_wdt.
config QCOM_WDT
- tristate "QCOM watchdog"
+ tristate "Qualcomm watchdog"
depends on HAS_IOMEM
depends on ARCH_QCOM || COMPILE_TEST
select WATCHDOG_CORE
@@ -1093,7 +1093,7 @@ config SPRD_WATCHDOG
by Spreadtrum system.
config PM8916_WATCHDOG
- tristate "QCOM PM8916 pmic watchdog"
+ tristate "Qualcomm PM8916 pmic watchdog"
depends on OF && MFD_SPMI_PMIC
select WATCHDOG_CORE
help