From: Tom Rini Date: Fri, 20 Mar 2026 20:53:49 +0000 (-0600) Subject: misc: Add missing dependency to CROS_EC_SANDBOX X-Git-Tag: v2026.07-rc1~21^2~10 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a05d59a1cf7e08b3ebbd9a62d697ed7743740d62;p=thirdparty%2Fu-boot.git misc: Add missing dependency to CROS_EC_SANDBOX 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 --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index b2dfc7f5b66..ea785793d18 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -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,