]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
misc: Add missing dependency to CROS_EC_SANDBOX
authorTom Rini <trini@konsulko.com>
Fri, 20 Mar 2026 20:53:49 +0000 (14:53 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 3 Apr 2026 19:42:50 +0000 (13:42 -0600)
In order to build CROS_EC_SANDBOX we must also have the hashing API
enabled, add that as a dependency.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/misc/Kconfig

index b2dfc7f5b663a60220e2878d3f78c25e39a1d693..ea785793d18b329d0cea4df061c9a8c484e8deda 100644 (file)
@@ -257,7 +257,7 @@ config VPL_CROS_EC_LPC
 
 config CROS_EC_SANDBOX
        bool "Enable Chrome OS EC sandbox driver"
-       depends on CROS_EC && SANDBOX
+       depends on CROS_EC && SANDBOX && HASH
        help
          Enable a sandbox emulation of the Chrome OS EC. This supports
          keyboard (use the -l flag to enable the LCD), verified boot context,