aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorSunway <lisunwei@huaqin.corp-partner.google.com>2021-06-28 14:33:54 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-07-01 09:41:54 +0000
commit917785a3bbd2fe193aa8f7cb7233317f2a65d1c4 (patch)
tree6493baca6e7d4518618f2f3cccba5af15460c77b /src/mainboard/google/dedede/Kconfig
parent9ce8cb1629c3348524e24d6ae39da7740488af3c (diff)
mb/google/dedede: Create cappy2 variant
Create the cappy2 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:192035460 BRANCH=None TEST=util/abuild/abuild -p none -t google/dedede -x -a make sure the build includes GOOGLE_CAPPY2 Signed-off-by: Sunway <lisunwei@huaqin.corp-partner.google.com> Change-Id: I772801152b9ca9c2c6afe76a353cb2b62d6210ce Reviewed-on: https://review.coreboot.org/c/coreboot/+/55886 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> 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 29be866ead..81f28fc30e 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -114,6 +114,7 @@ config MAINBOARD_PART_NUMBER
default "Pirika" if BOARD_GOOGLE_PIRIKA
default "Haboki" if BOARD_GOOGLE_HABOKI
default "Cappy" if BOARD_GOOGLE_CAPPY
+ default "Cappy2" if BOARD_GOOGLE_CAPPY2
config MAX_CPUS
int
@@ -152,6 +153,7 @@ config VARIANT_DIR
default "pirika" if BOARD_GOOGLE_PIRIKA
default "haboki" if BOARD_GOOGLE_HABOKI
default "cappy" if BOARD_GOOGLE_CAPPY
+ default "cappy2" if BOARD_GOOGLE_CAPPY2
endif #BOARD_GOOGLE_BASEBOARD_DEDEDE