aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/Kconfig
diff options
context:
space:
mode:
authorjamie_chen <jamie_chen@compal.corp-partner.google.com>2023-01-03 14:29:17 +0800
committerEric Lai <eric_lai@quanta.corp-partner.google.com>2023-01-05 00:45:22 +0000
commit314ace1604cf4389ae07f65701c31eda196ce0ce (patch)
tree0e9c76f46b52eafcbc9259c99731c33ab6191158 /src/mainboard/google/brya/Kconfig
parentae0a4f609c5ec48253c484daf07f16736cffa7ee (diff)
mb/google/brya: Create omnigul variant
Create the omnigul variant of the brya0 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:263060849 BRANCH=None TEST=util/abuild/abuild -p none -t google/brya -x -a make sure the build includes GOOGLE_OMNIGUL Change-Id: I6b4123db9cb77dc050a81f1cb83ef10e2fbffe8d Signed-off-by: jamie_chen <jamie_chen@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71640 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com> Reviewed-by: Ian Feng <ian_feng@compal.corp-partner.google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.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 bc754beefb..9f0c223aa9 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -222,6 +222,7 @@ config MAINBOARD_PART_NUMBER
default "Zydron" if BOARD_GOOGLE_ZYDRON
default "Gladios" if BOARD_GOOGLE_GLADIOS
default "Marasov" if BOARD_GOOGLE_MARASOV
+ default "Omnigul" if BOARD_GOOGLE_OMNIGUL
config VARIANT_DIR
default "brya0" if BOARD_GOOGLE_BRYA0
@@ -263,6 +264,7 @@ config VARIANT_DIR
default "zydron" if BOARD_GOOGLE_ZYDRON
default "gladios" if BOARD_GOOGLE_GLADIOS
default "marasov" if BOARD_GOOGLE_MARASOV
+ default "omnigul" if BOARD_GOOGLE_OMNIGUL
config VBOOT
select VBOOT_EARLY_EC_SYNC if !BOARD_GOOGLE_BASEBOARD_NISSA