aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorDavid Wu <david_wu@quanta.corp-partner.google.com>2023-04-11 15:18:04 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-04-13 13:30:52 +0000
commit75a91215782a9b2f07cb1a5b949180862831e82a (patch)
tree136b3942c63d4bb7271ec52fe39f2ae2fa3b54ad /src/mainboard/google/dedede/Kconfig
parentad0258940f806c076f375eb41ed1d6c4a2a13f35 (diff)
mb/google/dedede: Create taranza variant
Create the taranza 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:277664211 BRANCH=dedede TEST=util/abuild/abuild -p none -t google/dedede -x -a make sure the build includes GOOGLE_TARANZA Change-Id: Id64e48ff2acd6e827fe586a00376183930ddc7e1 Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74295 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.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 ca72da1ac4..e8b3e34bfb 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -114,6 +114,7 @@ config MAINBOARD_PART_NUMBER
default "Gooey" if BOARD_GOOGLE_GOOEY
default "Beadrix" if BOARD_GOOGLE_BEADRIX
default "Shotzo" if BOARD_GOOGLE_SHOTZO
+ default "Taranza" if BOARD_GOOGLE_TARANZA
config MAX_CPUS
int
@@ -154,6 +155,7 @@ config VARIANT_DIR
default "gooey" if BOARD_GOOGLE_GOOEY
default "beadrix" if BOARD_GOOGLE_BEADRIX
default "shotzo" if BOARD_GOOGLE_SHOTZO
+ default "taranza" if BOARD_GOOGLE_TARANZA
endif #BOARD_GOOGLE_BASEBOARD_DEDEDE