]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net: Unify user-visible "Qualcomm" name
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Mon, 27 Apr 2026 07:01:27 +0000 (09:01 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 29 Apr 2026 23:38:54 +0000 (16:38 -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: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20260427070127.18471-2-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/qualcomm/Kconfig
drivers/net/wwan/Kconfig

index ba7efb108637cc15de2e1fb53b1393569cd9ca6a..57e1984d20ee7df93ac71b3d6d9387caeec5c69f 100644 (file)
@@ -48,7 +48,7 @@ config QCA7000_UART
          will be called qcauart.
 
 config QCOM_EMAC
-       tristate "Qualcomm Technologies, Inc. EMAC Gigabit Ethernet support"
+       tristate "Qualcomm EMAC Gigabit Ethernet support"
        depends on HAS_DMA && HAS_IOMEM
        select CRC32
        select PHYLIB
@@ -61,7 +61,7 @@ config QCOM_EMAC
          Precision Clock Synchronization Protocol.
 
 config QCOM_PPE
-       tristate "Qualcomm Technologies, Inc. PPE Ethernet support"
+       tristate "Qualcomm PPE Ethernet support"
        depends on COMMON_CLK && HAS_IOMEM && OF
        depends on ARCH_QCOM || COMPILE_TEST
        select REGMAP_MMIO
index 88df55d78d902f4f0fcb71282466d41f1ef78bdb..958dbc7347fa84ee869439bf8b503037faab8bef 100644 (file)
@@ -38,7 +38,7 @@ config WWAN_HWSIM
          called wwan_hwsim.  If unsure, say N.
 
 config MHI_WWAN_CTRL
-       tristate "MHI WWAN control driver for QCOM-based PCIe modems"
+       tristate "MHI WWAN control driver for Qualcomm-based PCIe modems"
        depends on MHI_BUS
        help
          MHI WWAN CTRL allows QCOM-based PCIe modems to expose different modem
@@ -51,7 +51,7 @@ config MHI_WWAN_CTRL
          called mhi_wwan_ctrl.
 
 config MHI_WWAN_MBIM
-        tristate "MHI WWAN MBIM network driver for QCOM-based PCIe modems"
+        tristate "MHI WWAN MBIM network driver for Qualcomm-based PCIe modems"
         depends on MHI_BUS
         help
           MHI WWAN MBIM is a WWAN network driver for QCOM-based PCIe modems.