From 746b906cf91d4de2e9e6e2903e4ed6e2f4190496 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 15 Jul 2016 22:29:18 -0500 Subject: 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. Change-Id: I05f0d1245611c16f54273728519a08e6edff3429 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 --- src/mainboard/google/reef/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index c16d9b6d303c..99c53dba1f7b 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 -- cgit v1.2.3