[openwrt/openwrt] armsr: v8: fix NVMEM_IMX_OCOTP_ELE build error

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 16 05:06:25 PDT 2023


chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/62496e9a1a0470ee7a4a7719073824defa81cb8c

commit 62496e9a1a0470ee7a4a7719073824defa81cb8c
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sat Jul 15 21:33:41 2023 +0200

    armsr: v8: fix NVMEM_IMX_OCOTP_ELE build error
    
    there's a new symbol NVMEM_IMX_OCOTP_ELE that needs to be defined.
    otherwise the build will fail:
    
    |  i.MX On-Chip OTP Controller support (NVMEM_IMX_OCOTP_ELE) [N/m/y/?] (NEW)
    | make[6]: *** [scripts/kconfig/Makefile:77: syncconfig] Error 1
    | make[5]: *** [Makefile:628: syncconfig] Error 2
    
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 target/linux/armsr/armv8/config-5.15 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/armsr/armv8/config-5.15 b/target/linux/armsr/armv8/config-5.15
index 54dd78a8aa..6b8b735059 100644
--- a/target/linux/armsr/armv8/config-5.15
+++ b/target/linux/armsr/armv8/config-5.15
@@ -286,6 +286,7 @@ CONFIG_NR_CPUS=64
 CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y
 # CONFIG_NVMEM_IMX_IIM is not set
 CONFIG_NVMEM_IMX_OCOTP=y
+CONFIG_NVMEM_IMX_OCOTP_ELE=y
 CONFIG_NVMEM_IMX_OCOTP_SCU=y
 # CONFIG_NVMEM_LAYERSCAPE_SFP is not set
 CONFIG_NVMEM_ROCKCHIP_EFUSE=y




More information about the lede-commits mailing list