aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorFrankChu <Frank_Chu@pegatron.corp-partner.google.com>2020-11-24 15:49:14 +0800
committerPaul Fagerburg <pfagerburg@chromium.org>2020-11-25 21:29:46 +0000
commit8b0c1c8027cc4ba1e139d90102d6236746de2def (patch)
treeb750a2be3bfd9e44aa015dce2d30dbaf846788ba /src/mainboard/google/dedede/Kconfig
parent1856effaf2397edc3e00b8c2cf2acdb9f6bd935e (diff)
mb/google/dedede: Create galtic variant
Create the galtic variant of the waddledee reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.3.1). BUG=b:170913840 BRANCH=None TEST=util/abuild/abuild -p none -t google/dedede -x -a make sure the build includes GOOGLE_GALTIC Signed-off-by: FrankChu <Frank_Chu@pegatron.corp-partner.google.com> Change-Id: Ie7534d56bc67aca4484f40af1221d669addc01fd Reviewed-on: https://review.coreboot.org/c/coreboot/+/47900 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig')
-rw-r--r--src/mainboard/google/dedede/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig
index 6c4f456565..9f662a493c 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -96,6 +96,7 @@ config MAINBOARD_PART_NUMBER
default "Magolor" if BOARD_GOOGLE_MAGOLOR
default "Metaknight" if BOARD_GOOGLE_METAKNIGHT
default "Lantis" if BOARD_GOOGLE_LANTIS
+ default "Galtic" if BOARD_GOOGLE_GALTIC
config MAX_CPUS
int
@@ -127,5 +128,6 @@ config VARIANT_DIR
default "magolor" if BOARD_GOOGLE_MAGOLOR
default "metaknight" if BOARD_GOOGLE_METAKNIGHT
default "lantis" if BOARD_GOOGLE_LANTIS
+ default "galtic" if BOARD_GOOGLE_GALTIC
endif #BOARD_GOOGLE_BASEBOARD_DEDEDE