diff options
| author | Jan Hoffmann | 2026-02-16 20:20:56 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-02-20 23:31:48 +0000 |
| commit | 3f4b03cfe116aa1162960dc42e92adfda863f7c2 (patch) | |
| tree | 4f35815d1101d50bde55a8068aee086533aa2059 | |
| parent | 1ff39f9e986dbe99b2b1232cf0307437b20b41d2 (diff) | |
| download | openwrt-3f4b03cfe116aa1162960dc42e92adfda863f7c2.tar.gz | |
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 <jan@3e8.eu>
Link: https://github.com/openwrt/openwrt/pull/22055
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/realtek/rtl838x/config-6.12 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/realtek/rtl838x/config-6.12 b/target/linux/realtek/rtl838x/config-6.12 index 0fbf6872bf..71f5fdc6c8 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 |