diff options
author | Tony Huang <tony-huang@quanta.corp-partner.google.com> | 2023-03-15 10:41:42 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-03-17 00:33:31 +0000 |
commit | de2e716856485189cc995ac94169ce7d46ee3aa1 (patch) | |
tree | 7c667eb0f6687cf5be6558bcbb55be870b2faea4 /src/mainboard/google/brya/Kconfig.name | |
parent | 36318e116fac0d22eb815c2f798edf66c66d7a12 (diff) |
mb/google/brya: Create yavilla variant
Create the yavilla 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:273791621
BRANCH=firmware-nissa-15217.B
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_YAVILLA
Change-Id: I4539090da5e1db474a8f58a42aecc38659959f75
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73721
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig.name')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 8369856d83..f8e24a1618 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -355,3 +355,7 @@ config BOARD_GOOGLE_HADES config BOARD_GOOGLE_ULDREN bool "-> Uldren" select BOARD_GOOGLE_BASEBOARD_NISSA + +config BOARD_GOOGLE_YAVILLA + bool "-> Yavilla" + select BOARD_GOOGLE_BASEBOARD_NISSA |