security/vboot/Kconfig: Remove unused symbols
Change-Id: I417a2ff45b4a8f5bc800459a64f1c5a861fcd3d5 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36605 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
f8251b9860
commit
214661e00c
|
@ -110,7 +110,6 @@ config VBOOT_WITH_CRYPTO_SHIELD
|
||||||
select VBOOT_SEPARATE_VERSTAGE
|
select VBOOT_SEPARATE_VERSTAGE
|
||||||
select VBOOT
|
select VBOOT
|
||||||
select VBOOT_STARTS_IN_BOOTBLOCK
|
select VBOOT_STARTS_IN_BOOTBLOCK
|
||||||
select VBOOT_SOFT_REBOOT_WORKAROUND
|
|
||||||
select VBOOT_VBNV_CMOS
|
select VBOOT_VBNV_CMOS
|
||||||
help
|
help
|
||||||
Perform a verified boot using the TPM on the Crypto Shield board.
|
Perform a verified boot using the TPM on the Crypto Shield board.
|
||||||
|
|
|
@ -174,10 +174,6 @@ config VBOOT_HAS_REC_HASH_SPACE
|
||||||
Set this option to indicate to vboot that recovery data hash space
|
Set this option to indicate to vboot that recovery data hash space
|
||||||
is present in TPM.
|
is present in TPM.
|
||||||
|
|
||||||
config VBOOT_SOFT_REBOOT_WORKAROUND
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
config VBOOT_LID_SWITCH
|
config VBOOT_LID_SWITCH
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue