mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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 <trini@konsulko.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user