From: Jan Hoffmann Date: Mon, 16 Feb 2026 20:20:56 +0000 (+0100) Subject: realtek: rtl838x: enable U-Boot env NVMEM layout in kernel X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f4b03cfe116aa1162960dc42e92adfda863f7c2;p=thirdparty%2Fopenwrt.git realtek: rtl838x: enable U-Boot env NVMEM layout in kernel This is a preparation to convert some more RTL838x devices to NVMEM. Signed-off-by: Jan Hoffmann Link: https://github.com/openwrt/openwrt/pull/22055 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/realtek/rtl838x/config-6.12 b/target/linux/realtek/rtl838x/config-6.12 index 0fbf6872bf6..71f5fdc6c83 100644 --- a/target/linux/realtek/rtl838x/config-6.12 +++ b/target/linux/realtek/rtl838x/config-6.12 @@ -182,6 +182,7 @@ CONFIG_NO_EXCEPT_FILL=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y CONFIG_NVMEM=y CONFIG_NVMEM_LAYOUTS=y +CONFIG_NVMEM_LAYOUT_U_BOOT_ENV=y CONFIG_OF=y CONFIG_OF_ADDRESS=y CONFIG_OF_EARLY_FLATTREE=y