summaryrefslogtreecommitdiffstats
path: root/arch/arm64/configs
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2018-04-29 16:57:59 +0200
committerHeiko Stuebner <heiko@sntech.de>2018-05-09 16:33:09 +0200
commit214f2c319a140f8a0121f362ad8e73ea1576d5ad (patch)
tree52c34d8164d73fa8a77f753279aea8adb5498042 /arch/arm64/configs
parent73acc46b06bfd41ba916702045029bc603f57fcd (diff)
downloadlinux-stable-214f2c319a140f8a0121f362ad8e73ea1576d5ad.tar.gz
linux-stable-214f2c319a140f8a0121f362ad8e73ea1576d5ad.tar.bz2
linux-stable-214f2c319a140f8a0121f362ad8e73ea1576d5ad.zip
arm64: defconfig: enable rockchip efuse
The efuses on Rockchip socs often contain informations about specifics of the chip its running on (leakage currents etc) which components might want to read to adjust settings accordingly. So enable the efuse early for that. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 34037d24fbf4..74abf140e332 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -612,6 +612,7 @@ CONFIG_QCOM_L2_PMU=y
CONFIG_QCOM_L3_PMU=y
CONFIG_MESON_EFUSE=m
CONFIG_QCOM_QFPROM=y
+CONFIG_ROCKCHIP_EFUSE=y
CONFIG_UNIPHIER_EFUSE=y
CONFIG_TEE=y
CONFIG_OPTEE=y