]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
irqchip/qcom: Unify user-visible "Qualcomm" name
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Mon, 27 Apr 2026 07:01:22 +0000 (09:01 +0200)
committerThomas Gleixner <tglx@kernel.org>
Thu, 30 Apr 2026 10:53:06 +0000 (12:53 +0200)
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>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260427070121.18422-2-krzysztof.kozlowski@oss.qualcomm.com
drivers/irqchip/Kconfig

index 35a1f656ef1e91dedcc049eb20336502fd01b5c9..fdf27cf529fc84d3eb16a0807d140a194e2e0bc2 100644 (file)
@@ -499,7 +499,7 @@ config STM32_EXTI
        select GENERIC_IRQ_CHIP
 
 config QCOM_IRQ_COMBINER
-       bool "QCOM IRQ combiner support"
+       bool "Qualcomm IRQ combiner support"
        depends on ARCH_QCOM && ACPI
        select IRQ_DOMAIN_HIERARCHY
        help
@@ -532,7 +532,7 @@ config GOLDFISH_PIC
          for Goldfish based virtual platforms.
 
 config QCOM_PDC
-       tristate "QCOM PDC"
+       tristate "Qualcomm PDC"
        depends on ARCH_QCOM
        select IRQ_DOMAIN_HIERARCHY
        help
@@ -540,7 +540,7 @@ config QCOM_PDC
          IRQs for Qualcomm Technologies Inc (QTI) mobile chips.
 
 config QCOM_MPM
-       tristate "QCOM MPM"
+       tristate "Qualcomm MPM"
        depends on ARCH_QCOM
        depends on MAILBOX
        select IRQ_DOMAIN_HIERARCHY