aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/Kconfig
diff options
context:
space:
mode:
authorMatt Ziegelbaum <ziegs@chromium.org>2020-10-26 22:04:22 -0400
committerFurquan Shaikh <furquan@google.com>2020-10-29 17:33:11 +0000
commitdbf74dc80ab4db252c9ef1c340cf94c017443b78 (patch)
tree23c417ef8a40d6238e73612a765318f1f88ba5fe /src/mainboard/google/hatch/Kconfig
parent8b522db474f1573e7f68cdb046d5dc4d789e084b (diff)
hatch: Create ambassador variant
Create the ambassador variant of the puff reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.2.0). BUG=b:171561514 BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a make sure the build includes GOOGLE_AMBASSADOR Signed-off-by: Matt Ziegelbaum <ziegs@chromium.org> Change-Id: Ib0e3a813a120a4a8e984f3a89dc3ba100d94da95 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46829 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
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 257ad77a42..afc9de0192 100644
--- a/src/mainboard/google/hatch/Kconfig
+++ b/src/mainboard/google/hatch/Kconfig
@@ -143,6 +143,7 @@ config MAINBOARD_PART_NUMBER
default "Stryke" if BOARD_GOOGLE_STRYKE
default "Wyvern" if BOARD_GOOGLE_WYVERN
default "Dooly" if BOARD_GOOGLE_DOOLY
+ default "Ambassador" if BOARD_GOOGLE_AMBASSADOR
config OVERRIDE_DEVICETREE
string
@@ -176,6 +177,7 @@ config VARIANT_DIR
default "stryke" if BOARD_GOOGLE_STRYKE
default "wyvern" if BOARD_GOOGLE_WYVERN
default "dooly" if BOARD_GOOGLE_DOOLY
+ default "ambassador" if BOARD_GOOGLE_AMBASSADOR
config VBOOT
select HAS_RECOVERY_MRC_CACHE