drivers/watchdog/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
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>
---
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
--
2.51.0
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@oss.qualcomm.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > > --- > > 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
© 2016 - 2026 Red Hat, Inc.