aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorTony Huang <tony-huang@quanta.corp-partner.google.com>2020-11-12 20:29:19 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-11-16 11:05:35 +0000
commitc1870394a742a833a11ee30ba781dfaaac9d25dc (patch)
tree0fec4b50d73f06f2d9849c7cc6670d55d0ad19f8 /src/mainboard/google/dedede/Kconfig
parent7de8df467aca97208f8cd5ff4e520d18f088378e (diff)
dedede: Create lantis variant
Create the lantis 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.2.0). BUG=b:171546871 BRANCH=dedede TEST=util/abuild/abuild -p none -t google/dedede -x -a make sure the build includes GOOGLE_LANTIS Change-Id: Ie3d15a687b870afc7d8bbeb6b5cab0792650da31 Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47510 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.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 891b48acc9..6c4f456565 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -95,6 +95,7 @@ config MAINBOARD_PART_NUMBER
default "Wheelie" if BOARD_GOOGLE_WHEELIE
default "Magolor" if BOARD_GOOGLE_MAGOLOR
default "Metaknight" if BOARD_GOOGLE_METAKNIGHT
+ default "Lantis" if BOARD_GOOGLE_LANTIS
config MAX_CPUS
int
@@ -125,5 +126,6 @@ config VARIANT_DIR
default "wheelie" if BOARD_GOOGLE_WHEELIE
default "magolor" if BOARD_GOOGLE_MAGOLOR
default "metaknight" if BOARD_GOOGLE_METAKNIGHT
+ default "lantis" if BOARD_GOOGLE_LANTIS
endif #BOARD_GOOGLE_BASEBOARD_DEDEDE