diff options
author | John Su <john_su@compal.corp-partner.google.com> | 2024-11-20 17:47:11 +0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-11-26 04:13:44 +0000 |
commit | c4b59bfcbbb0e48dc622be65f9f501a304964efa (patch) | |
tree | 69db7dbf635070df87de99c793619fee2d406103 /src/mainboard/google/brya/Kconfig.name | |
parent | 35741f35ee08d69e697583c5a91e5d632ded0ab8 (diff) |
mb/google/brya: Create uldrenite variant
Create the uldrenite variant of the brya reference board
by copying the template files to a new directory named
for the variant.
BUG=b:376781355
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_ULDRENITE
Change-Id: Ife666c6f2fe69643033e2ce3b299e7414e16eef1
Signed-off-by: John Su <john_su@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85207
Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>
Reviewed-by: Amanda Hwang <amanda_hwang@compal.corp-partner.google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig.name')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 1beee8dd07..9bc68bb30c 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -161,6 +161,9 @@ config BOARD_GOOGLE_TRULO config BOARD_GOOGLE_ULDREN bool "-> Uldren" +config BOARD_GOOGLE_ULDRENITE + bool "-> Uldrenite" + config BOARD_GOOGLE_VELL bool "-> Vell" |