From 17648696b1b2ec78ae11b105c500a11c30a174a9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 22 Dec 2025 20:10:31 -0700 Subject: [PATCH] cmd: Enable fsuuid command for sandbox The fsuuid command is useful for testing filesystem UUID support. Enable it by default for sandbox builds. Co-developed-by: Claude Signed-off-by: Simon Glass --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index 5dad8d7deb7..5cb34509746 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -2835,6 +2835,7 @@ config CMD_FS_GENERIC config CMD_FS_UUID bool "fsuuid command" + default y if SANDBOX help Enables fsuuid command for filesystem UUID.