diff options
| author | Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> | 2026-04-27 09:01:14 +0200 |
|---|---|---|
| committer | Jassi Brar <jassisinghbrar@gmail.com> | 2026-05-18 13:33:45 -0500 |
| commit | 7bcfb7e65457f784b9495b10743f2c9db409b5b7 (patch) | |
| tree | 394d0d308e3683a4409c01d08780d05f218ad7fe | |
| parent | 7caa16023b14dee4aa791f1a298474db02a791fd (diff) | |
| download | linux-7bcfb7e65457f784b9495b10743f2c9db409b5b7.tar.gz linux-7bcfb7e65457f784b9495b10743f2c9db409b5b7.zip | |
mailbox: qcom: Unify user-visible "Qualcomm" name
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: Jassi Brar <jassisinghbrar@gmail.com>
| -rw-r--r-- | drivers/mailbox/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 5bf4155b090a..3062ee352f78 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -341,7 +341,7 @@ config SPRD_MBOX you want to build the Spreatrum mailbox controller driver. config QCOM_CPUCP_MBOX - tristate "Qualcomm Technologies, Inc. CPUCP mailbox driver" + tristate "Qualcomm CPUCP mailbox driver" depends on (ARCH_QCOM || COMPILE_TEST) && 64BIT help Qualcomm Technologies, Inc. CPUSS Control Processor (CPUCP) mailbox @@ -349,7 +349,7 @@ config QCOM_CPUCP_MBOX Y here if you want to build this driver. config QCOM_IPCC - tristate "Qualcomm Technologies, Inc. IPCC driver" + tristate "Qualcomm IPCC driver" depends on ARCH_QCOM || COMPILE_TEST help Qualcomm Technologies, Inc. Inter-Processor Communication Controller |
