aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/Kconfig
diff options
context:
space:
mode:
authorBob Moragues <moragues@google.com>2019-12-06 14:20:00 -0800
committerPatrick Georgi <pgeorgi@google.com>2019-12-19 17:46:19 +0000
commitf82fa746bf9f5e07919f19563a9a0f2e136e40fe (patch)
treeab7913f07413ceb88f307ac0079a5f6d691ae1f7 /src/mainboard/google/hatch/Kconfig
parentbd3037bfa70e2a0ccc1e7a7c89353bcb6491d527 (diff)
mb/google/hatch: Add mushu variant
Create initial overlays and build for mushu Signed-off-by: Bob Moragues <moragues@chromium.org> Change-Id: I81b5bf960ead0463159ac35f4f96e3ccc8c0364e Reviewed-on: https://review.coreboot.org/c/coreboot/+/37645 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 dff5273714..90c5ed3427 100644
--- a/src/mainboard/google/hatch/Kconfig
+++ b/src/mainboard/google/hatch/Kconfig
@@ -95,6 +95,7 @@ config MAINBOARD_PART_NUMBER
default "Jinlon" if BOARD_GOOGLE_JINLON
default "Kindred" if BOARD_GOOGLE_KINDRED
default "Kohaku" if BOARD_GOOGLE_KOHAKU
+ default "Mushu" if BOARD_GOOGLE_MUSHU
default "Puff" if BOARD_GOOGLE_PUFF
default "Stryke" if BOARD_GOOGLE_STRYKE
@@ -117,6 +118,7 @@ config VARIANT_DIR
default "jinlon" if BOARD_GOOGLE_JINLON
default "kindred" if BOARD_GOOGLE_KINDRED
default "kohaku" if BOARD_GOOGLE_KOHAKU
+ default "mushu" if BOARD_GOOGLE_MUSHU
default "puff" if BOARD_GOOGLE_PUFF
default "stryke" if BOARD_GOOGLE_STRYKE