2 Jan
2026
2 Jan
'26
12:51 a.m.
From: Simon Glass <simon.glass@canonical.com> Enable the new ext4l filesystem (Linux ext4 port) for sandbox testing. Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Simon Glass <simon.glass@canonical.com> --- (no changes since v1) configs/sandbox_defconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0