[Concept,06/16] cmd: Enable fsuuid command for sandbox

Message ID 20251227204318.886983-7-sjg@u-boot.org
State New
Headers
Series fs: ext4l: Complete read-only filesystem support (Part I) |

Commit Message

Simon Glass Dec. 27, 2025, 8:43 p.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

The fsuuid command is useful for testing filesystem UUID support.

Enable it by default for sandbox builds.

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

 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)
  

Patch

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.