summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/prj.conf
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-03-22 16:49:37 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-23 20:17:18 +0000
commit4ea3e478f43ccd3eb9efe3b565989ce969738ceb (patch)
treeae4869e80fb72126e5ceeee14ed6a15d64c8dad3 /zephyr/test/drivers/prj.conf
parenta308e0d074dd5800df39e16b1643f6e1bbb56308 (diff)
downloadchrome-ec-4ea3e478f43ccd3eb9efe3b565989ce969738ceb.tar.gz
zephyr: Add trivial test of vboot_hash
This only tests the host command EC_VBOOT_HASH_START, which doesn't really do anything, but it is a stub for the next person to add more test cases. BRANCH=None BUG=b:214256453 TEST=zmake test -a Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: Icdde811128b66c610eaa37b16d4626728273d287 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3543484 Tested-by: Jeremy Bettis <jbettis@chromium.org> Auto-Submit: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Aaron Massey <aaronmassey@google.com> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/test/drivers/prj.conf')
-rw-r--r--zephyr/test/drivers/prj.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/test/drivers/prj.conf b/zephyr/test/drivers/prj.conf
index aa156388ab..8aea6c09c4 100644
--- a/zephyr/test/drivers/prj.conf
+++ b/zephyr/test/drivers/prj.conf
@@ -156,3 +156,4 @@ CONFIG_EMUL_KB_RAW=y
CONFIG_EMUL_CROS_FLASH=y
CONFIG_FLASH_SIMULATOR=y
CONFIG_FLASH=y
+CONFIG_PLATFORM_EC_VBOOT_HASH=y