diff options
author | Aaron Durbin <adurbin@chromium.org> | 2016-07-15 22:29:18 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-07-19 20:13:08 +0200 |
commit | 746b906cf91d4de2e9e6e2903e4ed6e2f4190496 (patch) | |
tree | d63e0ab5b9c296ce090b2bf6144c760cd6db8841 /src/mainboard/google/reef/Kconfig | |
parent | dc97b1ce2f4e671e73e2a3fb65e49a881a694590 (diff) |
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 <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/15733
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google/reef/Kconfig')
-rw-r--r-- | src/mainboard/google/reef/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |