aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/guybrush/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/guybrush/Kconfig')
-rw-r--r--src/mainboard/google/guybrush/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig
index f9c577ad20..b57fc62a72 100644
--- a/src/mainboard/google/guybrush/Kconfig
+++ b/src/mainboard/google/guybrush/Kconfig
@@ -48,7 +48,14 @@ config CHROMEOS
config VBOOT
select VBOOT_LID_SWITCH
select VBOOT_SEPARATE_VERSTAGE
- select VBOOT_STARTS_BEFORE_BOOTBLOCK
+
+config VBOOT_STARTS_BEFORE_BOOTBLOCK
+ bool "Enable PSP_verstage"
+ default y if VBOOT
+
+config VBOOT_STARTS_IN_BOOTBLOCK
+ bool
+ default y if VBOOT && !VBOOT_STARTS_BEFORE_BOOTBLOCK
config VBOOT_STARTS_IN_BOOTBLOCK
select NO_EARLY_BOOTBLOCK_POSTCODES