Skip to content

Commit 3526df3

Browse files
cristiccmmind
authored andcommitted
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 <cristian.ciocaltea@collabora.com> Link: https://lore.kernel.org/r/20230710190107.32451-1-cristian.ciocaltea@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent ccc1b7e commit 3526df3

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
@@ -1417,6 +1417,7 @@ CONFIG_NVMEM_MTK_EFUSE=y
14171417
CONFIG_NVMEM_QCOM_QFPROM=y
14181418
CONFIG_NVMEM_RMEM=m
14191419
CONFIG_NVMEM_ROCKCHIP_EFUSE=y
1420+
CONFIG_NVMEM_ROCKCHIP_OTP=y
14201421
CONFIG_NVMEM_SNVS_LPGPR=y
14211422
CONFIG_NVMEM_SPMI_SDAM=m
14221423
CONFIG_NVMEM_SUNXI_SID=y

0 commit comments

Comments
 (0)