]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
watchdog: qcom: Unify user-visible "Qualcomm" name
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Wed, 22 Apr 2026 08:27:37 +0000 (10:27 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 3 May 2026 15:33:56 +0000 (08:33 -0700)
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>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20260422082736.81981-2-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/Kconfig

index 97e320721cfffc9f4d732b0f6babac28564e76f1..e19872c0ae61b1fc45cc1282b59169e8e75000bd 100644 (file)
@@ -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