aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/Kconfig.name
diff options
context:
space:
mode:
authorLeo Chou <leo.chou@lcfc.corp-partner.google.com>2024-03-20 11:42:09 +0800
committerMartin L Roth <gaumless@gmail.com>2024-04-01 04:18:28 +0000
commitf2492c383c62a3ae011ea5aa5569b4d96d7364ca (patch)
tree65fda73e0ba7427e4a7f72951151488cfcb3a1bd /src/mainboard/google/brya/Kconfig.name
parent8e79a1a298c9d33de19218c1dfdf56405aa9b0f9 (diff)
mb/google/nissa: Create sundance variant
Create the sundance variant of nissa reference board by copying the template files to a new directory named for the variant. Due to new_variant.py limitation that repo can no longer be used in inside, created this CL manually following google suggestion. BUG=b:328505938 TEST=util/abuild/abuild -p none -t google/brya -x -a make sure the build includes GOOGLE_SUNDANCE Change-Id: Ia8ba318f18d2cac69898687311631778e61bf2ea Signed-off-by: Leo Chou <leo.chou@lcfc.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81347 Reviewed-by: Derek Huang <derekhuang@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Shou-Chieh Hsu <shouchieh@google.com>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig.name')
-rw-r--r--src/mainboard/google/brya/Kconfig.name3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name
index 6cedaac966..a8d111aedd 100644
--- a/src/mainboard/google/brya/Kconfig.name
+++ b/src/mainboard/google/brya/Kconfig.name
@@ -172,3 +172,6 @@ config BOARD_GOOGLE_BUJIA
config BOARD_GOOGLE_YAVISTA
bool "-> Yavista"
+
+config BOARD_GOOGLE_SUNDANCE
+ bool "-> Sundance"