summaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2019-04-22 10:33:53 +0800
committerShawn Guo <shawnguo@kernel.org>2019-06-26 10:20:11 +0800
commit1e93acdcc7af1793d1ec70ec54bfc808320f7190 (patch)
tree60786bc620cb3a86c431e61e337c02aa312c023d /arch/arm64
parent5c5d0ca7c2702079e62549fa96fbf79231740497 (diff)
downloadlinux-1e93acdcc7af1793d1ec70ec54bfc808320f7190.tar.gz
linux-1e93acdcc7af1793d1ec70ec54bfc808320f7190.tar.bz2
linux-1e93acdcc7af1793d1ec70ec54bfc808320f7190.zip
arm64: defconfig: NVMEM_IMX_OCOTP=y for imx8m
Enable imx-ocotp nvmem driver for fuse access on imx8m family. The fuse block stores various system information which will be accessed by client device drivers, e.g. cpufreq driver needs to access fuse for CPU speed grading setting. So this nvmem driver gets enabled as built-in. Tested on imx8mm-evk. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64')
-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 f7b930409a7b..1b7a57d77187 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -752,6 +752,7 @@ CONFIG_PHY_TEGRA_XUSB=y
CONFIG_HISI_PMU=y
CONFIG_QCOM_L2_PMU=y
CONFIG_QCOM_L3_PMU=y
+CONFIG_NVMEM_IMX_OCOTP=y
CONFIG_QCOM_QFPROM=y
CONFIG_ROCKCHIP_EFUSE=y
CONFIG_UNIPHIER_EFUSE=y