]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
serial: qcom: Unify user-visible "Qualcomm" name
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Mon, 27 Apr 2026 07:00:53 +0000 (09:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Apr 2026 16:28:13 +0000 (10:28 -0600)
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>
Link: https://patch.msgid.link/20260427070052.18097-2-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig

index 9aa61c93d7bc6d164b9c493f140477b793ca8afe..3e519d001e02a4ccdd02b3d31eead4bf831afc8d 100644 (file)
@@ -913,13 +913,13 @@ config SERIAL_MSM_CONSOLE
        select SERIAL_EARLYCON
 
 config SERIAL_QCOM_GENI
-       tristate "QCOM on-chip GENI based serial port support"
+       tristate "Qualcomm on-chip GENI based serial port support"
        depends on ARCH_QCOM || COMPILE_TEST
        depends on QCOM_GENI_SE
        select SERIAL_CORE
 
 config SERIAL_QCOM_GENI_CONSOLE
-       bool "QCOM GENI Serial Console support"
+       bool "Qualcomm GENI Serial Console support"
        depends on SERIAL_QCOM_GENI
        select SERIAL_CORE_CONSOLE
        select SERIAL_EARLYCON