diff options
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 |