diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2021-04-02 10:31:35 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-06 07:51:59 +0000 |
commit | 20027fc8c93f6e605d0b17411c14fb2fe3035bef (patch) | |
tree | 6d50944111f57ffcb60a45058de2b4b12d87276b /src/mainboard/facebook/monolith/Kconfig | |
parent | afb143dadbe3d516e7795e6eeb97367aeb7d4c41 (diff) |
mb/facebook/monolith: Update VBOOT settings
Make sure the standard for the board options are set when VBOOT is
enabled.
BUG=N/A
TEST=tested on facebook monolith
Change-Id: I9749eeeffbd26e7c5caaeb7c0407a765cf093337
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52053
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook/monolith/Kconfig')
-rw-r--r-- | src/mainboard/facebook/monolith/Kconfig | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mainboard/facebook/monolith/Kconfig b/src/mainboard/facebook/monolith/Kconfig index ddbc27ef91..1962352546 100644 --- a/src/mainboard/facebook/monolith/Kconfig +++ b/src/mainboard/facebook/monolith/Kconfig @@ -80,14 +80,15 @@ config MAINBOARD_SUPPORTS_KABYLAKE_QUAD bool default n +config VBOOT + select VBOOT_NO_BOARD_SUPPORT + select VBOOT_SLOTS_RW_A + select VBOOT_ALWAYS_ENABLE_DISPLAY + select VBOOT_ENABLE_CBFS_FALLBACK + config RW_REGION_ONLY string "Files in RW only" -config VBOOT_ENABLE_CBFS_FALLBACK - bool - default y - depends on VBOOT - config VBOOT_ALWAYS_ALLOW_UDC def_bool y depends on VBOOT && !CHROMEOS |