Message ID | 20230710190107.32451-1-cristian.ciocaltea@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RESEND] arm64: defconfig: Enable Rockchip OTP memory driver | expand |
On Mon, 10 Jul 2023 22:01:07 +0300, Cristian Ciocaltea wrote: > 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. > > [...] Applied, thanks! [1/1] arm64: defconfig: Enable Rockchip OTP memory driver commit: 3526df3faf21b66904c47cc8814c177a890343b6 Best regards,
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a3112e2bf5ed..8cd4d06a8e7f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1399,6 +1399,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
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 <cristian.ciocaltea@collabora.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)