[Concept,26/26] sandbox: Enable CONFIG_FS_EXT4L

Message ID 20251231223008.3251711-27-sjg@u-boot.org
State New
Headers
Series ext4l: Add write support (part L) |

Commit Message

Simon Glass Dec. 31, 2025, 10:29 p.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

Enable the new ext4l filesystem (Linux ext4 port) for sandbox testing.

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 configs/sandbox_defconfig | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index e9ac6894d1a..e55aef8e7f9 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -358,6 +358,8 @@  CONFIG_WDT_FTWDT010=y
 CONFIG_FS_CBFS=y
 CONFIG_FS_EXFAT=y
 CONFIG_FS_CRAMFS=y
+CONFIG_FS_EXT4L=y
+CONFIG_EXT4_WRITE=y
 CONFIG_ADDR_MAP=y
 CONFIG_PANIC_HANG=y
 CONFIG_CMD_DHRYSTONE=y