diff options
author | Jens Wiklander <jens.wiklander@linaro.org> | 2018-09-25 16:40:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-07 13:34:19 -0400 |
commit | 0a60a81ba3860946551cb79aa6486aa076e357f3 (patch) | |
tree | 297c07da2e0efbcab5ad7e8920c34ae2d01f4a29 /arch/Kconfig | |
parent | bbddbef998b9bb37917c9340ac5280d06d224703 (diff) |
Kconfig: sandbox: enable cmd_avb and dependencies
Enables cmd_avb and its dependencies need to run the AVB tests.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
[trini: Disable for sandbox_noblk]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 074ede13a9..1f2f407d64 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -106,6 +106,10 @@ config SANDBOX imply LZMA imply SCSI imply TEE + imply AVB_VERIFY + imply LIBAVB + imply CMD_AVB + imply UDP_FUNCTION_FASTBOOT config SH bool "SuperH architecture" |