summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-08-11 15:25:52 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-11 22:29:20 +0000
commit80bdc75768a3d2d09ac54e2289ef952e258c888d (patch)
tree75f237a243f1c0bb8fbaeb3b2b6d8da05701cf6d /zephyr/Kconfig
parentdad30a521858c7b75ada2f6c87b515e782ecfd09 (diff)
downloadchrome-ec-80bdc75768a3d2d09ac54e2289ef952e258c888d.tar.gz
zephyr: rename kconfig PLATFORM_EC_VBOOT
Rename CONFIG_PLATFORM_EC_VBOOT to CONFIG_PLATFORM_EC_VBOOT_EFS2, since this is what is actually toggled by the config. EFS2 is only a small component of verified boot, and we have many boards which don't actually use it (e.g., trogdor family) for verified boot, making the existing name very confusing. BUG=none BRANCH=none TEST=zmake testall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I68ea5815b4a001c680fc78196bb7a02815799b52 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3088164 Commit-Queue: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index 409f1f3a97..3b4a6ead7b 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -641,8 +641,8 @@ menuconfig PLATFORM_EC_TIMER
This option is needed by many features in the EC. Disabling it will
likely cause build errors.
-config PLATFORM_EC_VBOOT
- bool "Enable Chromium OS verified boot"
+config PLATFORM_EC_VBOOT_EFS2
+ bool "EFS2 verified EC boot"
default y if !SOC_POSIX
help
Enables Early Firmware Selection v2 (EFS2) verified boot. When booting