diff options
author | Raihow Shi <raihow_shi@wistron.corp-partner.google.com> | 2022-02-09 19:42:12 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-10 14:30:00 +0000 |
commit | 47318c923ef50aa03a05271d5864bc1f03c3f300 (patch) | |
tree | 93a571414d21ff553765cf9e73f589ab02000547 /src/mainboard/google/brya/Kconfig.name | |
parent | 8ad51a8abfbda76237141230cf73a6b572620a06 (diff) |
mb/google/brya: Create moli variant
Create the moli 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:214439135
BRANCH=None
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_MOLI
Signed-off-by: Raihow Shi <raihow_shi@wistron.corp-partner.google.com>
Change-Id: I3f3bfd3db12cba8b73b351e7c700b6a58797c906
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61766
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Zhuohao Lee <zhuohao@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 769b402186..e170b46f41 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -164,3 +164,7 @@ config BOARD_GOOGLE_BANSHEE config BOARD_GOOGLE_CROTA bool "-> Crota" select BOARD_GOOGLE_BASEBOARD_BRYA + +config BOARD_GOOGLE_MOLI + bool "-> Moli" + select BOARD_GOOGLE_BASEBOARD_BRASK |