mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 13:23:02 -04:00
nvmem: 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: Srinivas Kandagatla <srini@kernel.org> Link: https://patch.msgid.link/20260530205333.117458-13-srini@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b7846af2e6
commit
302fbf6e36
@@ -275,7 +275,7 @@ config NVMEM_S32G_OCOTP
|
||||
Programmable memory pages.
|
||||
|
||||
config NVMEM_QCOM_QFPROM
|
||||
tristate "QCOM QFPROM Support"
|
||||
tristate "Qualcomm QFPROM Support"
|
||||
depends on ARCH_QCOM || COMPILE_TEST
|
||||
depends on HAS_IOMEM
|
||||
help
|
||||
@@ -286,7 +286,7 @@ config NVMEM_QCOM_QFPROM
|
||||
will be called nvmem_qfprom.
|
||||
|
||||
config NVMEM_QCOM_SEC_QFPROM
|
||||
tristate "QCOM SECURE QFPROM Support"
|
||||
tristate "Qualcomm SECURE QFPROM Support"
|
||||
depends on ARCH_QCOM || COMPILE_TEST
|
||||
depends on HAS_IOMEM
|
||||
depends on OF
|
||||
|
||||
Reference in New Issue
Block a user