From: Cristian Ciocaltea Date: Mon, 10 Jul 2023 19:01:07 +0000 (+0300) Subject: arm64: defconfig: Enable Rockchip OTP memory driver X-Git-Tag: v6.6.7~2049^2~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3526df3faf21b66904c47cc8814c177a890343b6;p=platform%2Fkernel%2Flinux-starfive.git arm64: defconfig: Enable Rockchip OTP memory driver The Rockchip one-time programmable memory driver provides access to various SoC specific information, e.g. leakage currents of the CPU/GPU/NPU components found on a RK3588 SoC. Enable the driver as built-in to allow client device drivers (e.g. cpufreq) to access the required data for proper settings adjustment. Signed-off-by: Cristian Ciocaltea Link: https://lore.kernel.org/r/20230710190107.32451-1-cristian.ciocaltea@collabora.com Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a4856c1..9552a12 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1417,6 +1417,7 @@ CONFIG_NVMEM_MTK_EFUSE=y CONFIG_NVMEM_QCOM_QFPROM=y CONFIG_NVMEM_RMEM=m CONFIG_NVMEM_ROCKCHIP_EFUSE=y +CONFIG_NVMEM_ROCKCHIP_OTP=y CONFIG_NVMEM_SNVS_LPGPR=y CONFIG_NVMEM_SPMI_SDAM=m CONFIG_NVMEM_SUNXI_SID=y