From e9204dbd620609c9cf2853b2175341ecc96b3e59 Mon Sep 17 00:00:00 2001 From: Walter Lozano Date: Tue, 14 Jul 2020 18:12:31 -0300 Subject: [armhf] Enable NVMEM_IMX_OCOTP On iMX6Q boards, when probing cpufreq, it tries to read efuse settings, however, as NVMEM_IMX_OCOTP is not enabled this can't be done. In this situation the probe fails with -EPROBE_DEFER, and cpufreq is not available. To avoid all the mentioned issues, while these issues are fixed in the upstream kernel, enable NVMEM_IMX_OCOTP as module. Signed-off-by: Walter Lozano --- debian/config/armhf/config | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/config/armhf/config b/debian/config/armhf/config index afbe147fac2b..ba541d16e60d 100644 --- a/debian/config/armhf/config +++ b/debian/config/armhf/config @@ -1022,6 +1022,7 @@ CONFIG_WLCORE_SDIO=m ## ## file: drivers/nvmem/Kconfig ## +CONFIG_NVMEM_IMX_OCOTP=m CONFIG_ROCKCHIP_EFUSE=m CONFIG_NVMEM_SUNXI_SID=m CONFIG_MESON_MX_EFUSE=m -- cgit v1.2.3