From bd106a482c89a5e468906ce5a8fedc83abb3fa53 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 15 Jul 2016 22:29:18 -0500 Subject: [PATCH] UPSTREAM: mainboard/google/reef: explicitly set shipping Chrome OS options The Chrome OS options that will be shipped on this platform were being set in the chromium repo with an external config file. Set the options in the mainboard Kconfig file so there's no discrepancy as to what will be used. BUG=None BRANCH=None TEST=None Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/15733 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Change-Id: I05f0d1245611c16f54273728519a08e6edff3429 Reviewed-on: https://chromium-review.googlesource.com/361646 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/mainboard/google/reef/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index c16d9b6d30..99c53dba1f 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -22,7 +22,9 @@ config CHROMEOS select CHROMEOS_VBNV_CMOS_BACKUP_TO_FLASH select EC_SOFTWARE_SYNC select LID_SWITCH + select SEPARATE_VERSTAGE select VBOOT_OPROM_MATTERS + select VBOOT_STARTS_IN_BOOTBLOCK select VIRTUAL_DEV_SWITCH config DRIVERS_I2C_DA7219