diff options
author | Cristian Ciocaltea <cristian.ciocaltea@collabora.com> | 2023-07-10 22:01:07 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-07-14 17:35:33 +0200 |
commit | 3526df3faf21b66904c47cc8814c177a890343b6 (patch) | |
tree | fd937b70f6ccf8c5f90fbe87936102fcddc408d3 /arch/arm64/configs | |
parent | ccc1b7ee2eb4021506838c5f12a8055955332357 (diff) | |
download | lwn-3526df3faf21b66904c47cc8814c177a890343b6.tar.gz lwn-3526df3faf21b66904c47cc8814c177a890343b6.zip |
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>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a4856c13920d..9552a12c107d 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 |