summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/Kconfig
diff options
context:
space:
mode:
authorwuweimin <wuweimin@huaqin.corp-partner.google.com>2023-10-13 22:08:39 +0800
committerEric Lai <ericllai@google.com>2023-10-17 07:18:30 +0000
commit94f3866dad521e7c9afa39d44ec8cf76ffc7af5e (patch)
tree9129086f50fca14de8fbf586df4db033a1d2d174 /src/mainboard/google/brya/Kconfig
parentd353d7e724a6501917a07e756a40bc72853003a0 (diff)
downloadcoreboot-94f3866dad521e7c9afa39d44ec8cf76ffc7af5e.tar.gz
coreboot-94f3866dad521e7c9afa39d44ec8cf76ffc7af5e.tar.bz2
coreboot-94f3866dad521e7c9afa39d44ec8cf76ffc7af5e.zip
mb/google/brya: Create anraggar variant
Create the anraggar variant of the nissa 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:304920262 BRANCH=None TEST=util/abuild/abuild -p none -t google/brya -x -a make sure the build includes GOOGLE_ANRAGGAR Change-Id: I95e72188679fc825c94c4043ed02b0aad310c6a3 Signed-off-by: wuweimin <wuweimin@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78363 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig')
-rw-r--r--src/mainboard/google/brya/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig
index 40d286678dc2..8c5e7078e336 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -656,6 +656,7 @@ config MAINBOARD_PART_NUMBER
default "Quandiso" if BOARD_GOOGLE_QUANDISO
default "Nokris" if BOARD_GOOGLE_NOKRIS
default "Dochi" if BOARD_GOOGLE_DOCHI
+ default "Anraggar" if BOARD_GOOGLE_ANRAGGAR
config VARIANT_DIR
default "brya0" if BOARD_GOOGLE_BRYA0
@@ -709,6 +710,7 @@ config VARIANT_DIR
default "quandiso" if BOARD_GOOGLE_QUANDISO
default "nokris" if BOARD_GOOGLE_NOKRIS
default "dochi" if BOARD_GOOGLE_DOCHI
+ default "anraggar" if BOARD_GOOGLE_ANRAGGAR
config VBOOT
select VBOOT_EARLY_EC_SYNC if !BOARD_GOOGLE_BASEBOARD_NISSA