aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorTao Xia <xiatao5@huaqin.corp-partner.google.com>2021-01-14 11:19:02 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-01-19 09:06:03 +0000
commit97fce56b9c9ecb3c5a624d2c55e5ced7cab2d3f5 (patch)
treedb34c253bc3dca2d68b91c150e91374182330c28 /src/mainboard/google/dedede/Kconfig
parent14d0a6a982d4d53705355ad31d0eeb960d33194c (diff)
mb/google/dedede: Create sasukette variant
Create the sasukette 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.5.0). BUG=b:175848514 BRANCH=None TEST=util/abuild/abuild -p none -t google/dedede -x -a make sure the build includes GOOGLE_SASUKETTE Signed-off-by: Tao Xia <xiatao5@huaqin.corp-partner.google.com> Change-Id: I0a554efe0919dc2f5880f0f7817a37bd4be88ed9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49456 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Xuxin Xiong <xuxinxiong@huaqin.corp-partner.google.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
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 94a0a90259..cb7eba4e63 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -99,6 +99,7 @@ config MAINBOARD_PART_NUMBER
default "Galtic" if BOARD_GOOGLE_GALTIC
default "Sasuke" if BOARD_GOOGLE_SASUKE
default "Storo" if BOARD_GOOGLE_STORO
+ default "Sasukette" if BOARD_GOOGLE_SASUKETTE
config MAX_CPUS
int
@@ -133,5 +134,6 @@ config VARIANT_DIR
default "galtic" if BOARD_GOOGLE_GALTIC
default "sasuke" if BOARD_GOOGLE_SASUKE
default "storo" if BOARD_GOOGLE_STORO
+ default "sasukette" if BOARD_GOOGLE_SASUKETTE
endif #BOARD_GOOGLE_BASEBOARD_DEDEDE