diff options
author | Kun Liu <liukun11@huaqin.corp-partner.google.com> | 2024-04-10 13:40:13 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-04-19 17:23:18 +0000 |
commit | 1bf0c3f1897cc81df61716f8136f107b912f4a64 (patch) | |
tree | f3a060a540a5849a9a0ca6a24de5cfcf65c9cf7a /src/mainboard/google/brox/Kconfig.name | |
parent | fef07f2c3a6ee017b1370e2dced0e7e776f17c37 (diff) |
mb/google/brox: Create lotso variant
Create the lotso variant of the brox 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:333494257
BRANCH=None
TEST=util/abuild/abuild -p none -t google/brox -x -a
make sure the build includes GOOGLE_LOTSO
Change-Id: I5939127f9e6abe5b792c0627d9d67e739b27083b
Signed-off-by: Kun Liu <liukun11@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81817
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/brox/Kconfig.name')
-rw-r--r-- | src/mainboard/google/brox/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brox/Kconfig.name b/src/mainboard/google/brox/Kconfig.name index 37fc310b9a..ae8f5ea742 100644 --- a/src/mainboard/google/brox/Kconfig.name +++ b/src/mainboard/google/brox/Kconfig.name @@ -8,5 +8,8 @@ config BOARD_GOOGLE_BROX config BOARD_GOOGLE_BROX_EC_ISH bool "-> Brox EC ISH" +config BOARD_GOOGLE_LOTSO + bool "-> Lotso" + config BOARD_GOOGLE_GREENBAYUPOC bool "-> Greenbayupoc" |