summaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/Kconfig
diff options
context:
space:
mode:
authorDtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>2019-11-26 10:34:27 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-12-03 11:31:49 +0000
commitd14673f0b11c72a6c1493caa25334cbb63a66682 (patch)
treef8e9ecaa7f9bb0d77c0bd7102ccb878504a6557f /src/mainboard/google/hatch/Kconfig
parent70a03dd9605c6a973bbb78e64e626e8af377ad74 (diff)
downloadcoreboot-d14673f0b11c72a6c1493caa25334cbb63a66682.tar.xz
hatch: Create stryke variant
(Auto-Generated by create_coreboot_variant.sh version 1.0.0). BUG=b:145101696 TEST=util/abuild/abuild -p none -t google/hatch -x -a make sure the build includes GOOGLE_STRYKE Signed-off-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com> Change-Id: Iea6f8a1c6c24a1e3545c364551cb623debdc4a1a Reviewed-on: https://review.coreboot.org/c/coreboot/+/37229 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/hatch/Kconfig')
-rw-r--r--src/mainboard/google/hatch/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig
index fce1b875fe..98a0174dfe 100644
--- a/src/mainboard/google/hatch/Kconfig
+++ b/src/mainboard/google/hatch/Kconfig
@@ -96,6 +96,7 @@ config MAINBOARD_PART_NUMBER
default "Kindred" if BOARD_GOOGLE_KINDRED
default "Kohaku" if BOARD_GOOGLE_KOHAKU
default "Puff" if BOARD_GOOGLE_PUFF
+ default "Stryke" if BOARD_GOOGLE_STRYKE
config MAX_CPUS
int
@@ -121,6 +122,7 @@ config VARIANT_DIR
default "kindred" if BOARD_GOOGLE_KINDRED
default "kohaku" if BOARD_GOOGLE_KOHAKU
default "puff" if BOARD_GOOGLE_PUFF
+ default "stryke" if BOARD_GOOGLE_STRYKE
config VBOOT
select HAS_RECOVERY_MRC_CACHE