summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/hatch/Kconfig
diff options
context:
space:
mode:
authorJeff Chase <jnchase@google.com>2021-06-03 16:43:20 -0400
committerWerner Zeh <werner.zeh@siemens.com>2021-06-14 05:17:55 +0000
commit444c24a635d1b30811dee8ac37046fa125d373f6 (patch)
tree868072da8e7c234f1a4d71eaca277d082d3d74a0 /src/mainboard/google/hatch/Kconfig
parent114d3ffe6f8a3367d2a7df0a32455c691f3b5338 (diff)
downloadcoreboot-444c24a635d1b30811dee8ac37046fa125d373f6.tar.gz
coreboot-444c24a635d1b30811dee8ac37046fa125d373f6.tar.bz2
coreboot-444c24a635d1b30811dee8ac37046fa125d373f6.zip
mb/google/hatch: Create scout variant
Create the scout 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.5.0). BUG=b:187080143 BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a make sure the build includes GOOGLE_SCOUT Signed-off-by: Jeff Chase <jnchase@google.com> Change-Id: I3be9d2d30821c2c9132ed94c9faf1f33b62bbc7e Reviewed-on: https://review.coreboot.org/c/coreboot/+/55173 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Kangheui Won <khwon@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 c4ca4f9bc34c..cde7c3782bb3 100644
--- a/src/mainboard/google/hatch/Kconfig
+++ b/src/mainboard/google/hatch/Kconfig
@@ -137,6 +137,7 @@ config MAINBOARD_PART_NUMBER
default "Dooly" if BOARD_GOOGLE_DOOLY
default "Ambassador" if BOARD_GOOGLE_AMBASSADOR
default "Genesis" if BOARD_GOOGLE_GENESIS
+ default "Scout" if BOARD_GOOGLE_SCOUT
config OVERRIDE_DEVICETREE
string
@@ -172,6 +173,7 @@ config VARIANT_DIR
default "dooly" if BOARD_GOOGLE_DOOLY
default "ambassador" if BOARD_GOOGLE_AMBASSADOR
default "genesis" if BOARD_GOOGLE_GENESIS
+ default "scout" if BOARD_GOOGLE_SCOUT
config VBOOT
select HAS_RECOVERY_MRC_CACHE