summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/myst/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig
index 4bbfc20cc4..0c7db6fd65 100644
--- a/src/mainboard/google/myst/Kconfig
+++ b/src/mainboard/google/myst/Kconfig
@@ -75,7 +75,15 @@ config VBOOT
select EC_GOOGLE_CHROMEEC_SWITCHES
select VBOOT_LID_SWITCH
select VBOOT_SEPARATE_VERSTAGE
- select VBOOT_STARTS_IN_BOOTBLOCK
+
+config VBOOT_STARTS_BEFORE_BOOTBLOCK
+ bool "Enable PSP_verstage"
+ default y if VBOOT
+ select SEPARATE_SIGNED_PSPFW
+
+config VBOOT_STARTS_IN_BOOTBLOCK
+ bool
+ default y if VBOOT && !VBOOT_STARTS_BEFORE_BOOTBLOCK
# TODO(b/277087492): Enable GSC CBFS verification
config VBOOT_GSCVD