summaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/watson/Kconfig
diff options
context:
space:
mode:
authorPhilipp Deppenwiese <philipp.deppenwiese@9elements.com>2019-09-01 20:10:16 -0700
committerPatrick Georgi <pgeorgi@google.com>2019-09-22 20:12:26 +0000
commit7f443e1e38a2c29a86fd92a73848dc2635a4a145 (patch)
tree352605e310e82a9a8fefa2fc295c059a07ad54c1 /src/mainboard/facebook/watson/Kconfig
parent3b99d6298e65d569255d8e909708e9843bd257b6 (diff)
mb/facebook/watson: Enable vboot for measurements
Signed-off-by: Philipp Deppenwiese <philipp.deppenwiese@9elements.com> Change-Id: I8287d475301aaaae736df9cc95fcd18cc04b40fb Reviewed-on: https://review.coreboot.org/c/coreboot/+/35232 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Andrey Petrov <anpetrov@fb.com>
Diffstat (limited to 'src/mainboard/facebook/watson/Kconfig')
-rw-r--r--src/mainboard/facebook/watson/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/facebook/watson/Kconfig b/src/mainboard/facebook/watson/Kconfig
index 43b47849ed..3235b6cc99 100644
--- a/src/mainboard/facebook/watson/Kconfig
+++ b/src/mainboard/facebook/watson/Kconfig
@@ -13,6 +13,14 @@ config BOARD_SPECIFIC_OPTIONS
select MAINBOARD_HAS_TPM1
select NO_UART_ON_SUPERIO
+config VBOOT
+ select VBOOT_VBNV_CMOS
+ select VBOOT_NO_BOARD_SUPPORT
+ select GBB_FLAG_DISABLE_LID_SHUTDOWN
+ select GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC
+ select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC
+ select GBB_FLAG_DISABLE_FWMP
+
config MAINBOARD_DIR
string
default "facebook/watson"