Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 847ee7c

Browse files
Komal-Bajajandersson
authored andcommitted
arm64: defconfig: Enable secure QFPROM driver
Enable the secure QFPROM driver used by Qualcomm QDU1000 platform to read the secure qfprom region allowing LLCC driver to get the DDR channel configuration. Currently, LLCC is the only user of secure QFPROM, and hence setting CONFIG_NVMEM_QCOM_SEC_QFPROM as module to the convenience of LLCC module. Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240620112716.1339-1-quic_kbajaj@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 6eee808 commit 847ee7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,7 @@ CONFIG_NVMEM_LAYERSCAPE_SFP=m
15651565
CONFIG_NVMEM_MESON_EFUSE=m
15661566
CONFIG_NVMEM_MTK_EFUSE=y
15671567
CONFIG_NVMEM_QCOM_QFPROM=y
1568+
CONFIG_NVMEM_QCOM_SEC_QFPROM=m
15681569
CONFIG_NVMEM_RMEM=m
15691570
CONFIG_NVMEM_ROCKCHIP_EFUSE=y
15701571
CONFIG_NVMEM_ROCKCHIP_OTP=y

0 commit comments

Comments
 (0)