mb/google/brya/var/omnigul: Modify NVMe and UFS Storage support
[coreboot.git] / payloads / libpayload / vboot / Kconfig
blobe712fbbb667f91153c5cec24ffc0ba7ee559d0eb
1 # SPDX-License-Identifier: BSD-3-Clause
3 config VBOOT_LIB
4         bool "Compile verified boot (vboot) library"
5         default y if CHROMEOS
6         default n
7         help
8           This option enables compiling and building vboot libraries vboot_fw and tlcl.
10 if VBOOT_LIB
12 config VBOOT_TPM2_MODE
13         bool "TPM2 Mode"
14         default y
15         help
16           This option enables TPM 2.0 support in vboot. Disabling it allows using TPM 1.2.
18 config VBOOT_X86_SHA_EXT
19         bool "x86 SHA Extension"
20         default y if CHROMEOS
21         default n
22         depends on ARCH_X86
23         help
24           This option enables SHA256 implementation using x86 SHA processor extension
25           instructions: sha256msg1, sha256msg2, sha256rnds2.
27 endif