diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/zork/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig index d48399981c..68c5ba1a60 100644 --- a/src/mainboard/google/zork/Kconfig +++ b/src/mainboard/google/zork/Kconfig @@ -107,6 +107,9 @@ config VGA_BIOS default y if USE_AMD_BLOBS config VBOOT + bool + # selected by default as PSP verstage required for booting at present time + default y select EC_GOOGLE_CHROMEEC_SWITCHES select VBOOT_LID_SWITCH select VBOOT_STARTS_BEFORE_BOOTBLOCK |