From a1361d4318bf4f849b846150f7cb725632bb0ea5 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 22 Apr 2015 13:18:22 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/9952 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/mainboard/samsung/stumpy/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/samsung/stumpy/Kconfig') diff --git a/src/mainboard/samsung/stumpy/Kconfig b/src/mainboard/samsung/stumpy/Kconfig index 3f39e70fe4..1eda8eb569 100644 --- a/src/mainboard/samsung/stumpy/Kconfig +++ b/src/mainboard/samsung/stumpy/Kconfig @@ -16,6 +16,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy # not on board, should be made selectable. select SUPERIO_SMSC_LPC47N207 select HAVE_MRC + select CHROMEOS_VBNV_CMOS select INTEL_INT15 config MAINBOARD_DIR -- cgit v1.2.3