summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/Kconfig
diff options
context:
space:
mode:
authorZoey Wu <zoey_wu@wistron.corp-partner.google.com>2023-02-06 17:13:01 +0800
committerEric Lai <eric_lai@quanta.corp-partner.google.com>2023-02-09 00:47:36 +0000
commit9df32cc20601abae07247f921c70e8e4934b0e77 (patch)
tree7839da2b3d0ef98dfca9332442fbffafb62b0119 /src/mainboard/google/brya/Kconfig
parentd6e04aa00bc5a8912a041a569eb57f6962d1119a (diff)
mb/google/brya: Create aurash variant
Create the aurash variant of the brask 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:263691099 BRANCH=None TEST=util/abuild/abuild -p none -t google/brya -x -a make sure the build includes GOOGLE_AURASH Change-Id: I595102778071f822c5cf69ceadeed174e5ea4836 Signed-off-by: Zoey Wu <zoey_wu@wistron.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72837 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 c947ce8c3b..edebbb30c2 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -227,6 +227,7 @@ config MAINBOARD_PART_NUMBER
default "Marasov" if BOARD_GOOGLE_MARASOV
default "Omnigul" if BOARD_GOOGLE_OMNIGUL
default "Constitution" if BOARD_GOOGLE_CONSTITUTION
+ default "Aurash" if BOARD_GOOGLE_AURASH
config VARIANT_DIR
default "brya0" if BOARD_GOOGLE_BRYA0
@@ -270,6 +271,7 @@ config VARIANT_DIR
default "marasov" if BOARD_GOOGLE_MARASOV
default "omnigul" if BOARD_GOOGLE_OMNIGUL
default "constitution" if BOARD_GOOGLE_CONSTITUTION
+ default "aurash" if BOARD_GOOGLE_AURASH
config VBOOT
select VBOOT_EARLY_EC_SYNC if !BOARD_GOOGLE_BASEBOARD_NISSA