projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73acc46
)
arm64: defconfig: enable rockchip efuse
author
Heiko Stuebner
<heiko@sntech.de>
Sun, 29 Apr 2018 14:57:59 +0000
(16:57 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Wed, 9 May 2018 14:33:09 +0000
(16:33 +0200)
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>
arch/arm64/configs/defconfig
patch
|
blob
|
history
diff --git
a/arch/arm64/configs/defconfig
b/arch/arm64/configs/defconfig
index 34037d24fbf4ead979b4049069ac30f85057f612..74abf140e332897c01cd1ea134aaa2a7ffee9921 100644
(file)
--- 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