libpayload/vboot: Enable vboot and x86 SHA extension for ChromeOS

Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Change-Id: Ia63d44de5440b87cedb35ff92edaa0f35ccd75a4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62122
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Jakub Czapiga 2022-02-17 14:41:24 +01:00 committed by Felix Held
parent b17f1cebcb
commit 0ac5ed4490
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
config VBOOT_LIB
bool "Compile verified boot (vboot) library"
default y if CHROMEOS
default n
help
This option enables compiling and building vboot libraries vboot_fw and tlcl.
@ -16,6 +17,7 @@ config VBOOT_TPM2_MODE
config VBOOT_X86_SHA_EXT
bool "x86 SHA Extension"
default y if CHROMEOS
default n
depends on ARCH_X86
help