diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-04-22 13:18:22 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-22 19:36:16 +0200 |
commit | a1361d4318bf4f849b846150f7cb725632bb0ea5 (patch) | |
tree | b6f62d45e06f365a6008704e6651ed4b7bf24155 /src/mainboard/google/rush | |
parent | 320ad820aa01c6ac4b7b42d155c59709b2e192bc (diff) | |
download | coreboot-a1361d4318bf4f849b846150f7cb725632bb0ea5.tar.xz |
mainboards: Add CHROMEOS_VBNV_* where appropriate
For boards with MAINBOARD_HAS_CHROMEOS, we should also
state what kind of storage is available for vboot's
non-volatile data.
The flags are taken from the chromium repository and
have no effect with CHROMEOS disabled.
Change-Id: I1747ad26c8c7f6d4076740ec2800dbd52c5d6b3d
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/9952
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/rush')
-rw-r--r-- | src/mainboard/google/rush/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/rush/Kconfig b/src/mainboard/google/rush/Kconfig index df6ac57361..cb6da1ce68 100644 --- a/src/mainboard/google/rush/Kconfig +++ b/src/mainboard/google/rush/Kconfig @@ -34,6 +34,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select VIRTUAL_DEV_SWITCH select BOARD_ROMSIZE_KB_4096 select ARCH_SPINTABLE + select CHROMEOS_VBNV_EC config MAINBOARD_DIR string |