From e4c15eb1a0b408f33c42ab06f71045f4ff3e5db4 Mon Sep 17 00:00:00 2001 From: Dirk Buchwalder Date: Sun, 1 Mar 2026 14:16:43 +0100 Subject: [PATCH] airoha: an7581: add ubi nvmem driver Add ubi nvmem driver, required to load nvmem entries from ubi volumes Signed-off-by: Dirk Buchwalder Link: https://github.com/openwrt/openwrt/pull/22151 Signed-off-by: Christian Marangi (cherry picked from commit e46853426356d905a27665b545fe9048c9e3a001) Link: https://github.com/openwrt/openwrt/pull/22294 Signed-off-by: Robert Marko --- target/linux/airoha/an7581/config-6.12 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/airoha/an7581/config-6.12 b/target/linux/airoha/an7581/config-6.12 index dcb5fea9e8..3f07f207e6 100644 --- a/target/linux/airoha/an7581/config-6.12 +++ b/target/linux/airoha/an7581/config-6.12 @@ -237,6 +237,7 @@ CONFIG_MTD_SPLIT_FIT_FW=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 CONFIG_MTD_UBI_BLOCK=y +CONFIG_MTD_UBI_NVMEM=y CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_MTK_NET_PHYLIB=y CONFIG_MUTEX_SPIN_ON_OWNER=y