From 80bdc75768a3d2d09ac54e2289ef952e258c888d Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Wed, 11 Aug 2021 15:25:52 -0600 Subject: 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 Change-Id: I68ea5815b4a001c680fc78196bb7a02815799b52 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3088164 Commit-Queue: Denis Brockus Reviewed-by: Denis Brockus --- zephyr/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zephyr/Kconfig') 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 -- cgit v1.2.1