diff options
author | Wisley Chen <wisley.chen@quantatw.com> | 2020-10-12 17:58:45 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-10-13 18:26:26 +0000 |
commit | 4744ca7d056648198fd73cf4bb4c0bca44e27acc (patch) | |
tree | 5307cda8705739a918441b2251d6f488e5d5c6a0 /src/mainboard/google/volteer/Kconfig.name | |
parent | c766d7ca56f2a995c8b5ea14446883590cf50cf1 (diff) |
volteer: Create elemi variant
Create the elemi variant of the volteer reference board by copying
the template files to a new directory named for the variant.
(Auto-Generated by create_coreboot_variant.sh version 4.2.0).
BUG=b:170604353
BRANCH=None
TEST=util/abuild/abuild -p none -t google/volteer -x -a
make sure the build includes GOOGLE_ELEMI
Change-Id: I6013b6d8b28610a79f5ec49d373b2897799bffef
Signed-off-by: Wisley Chen <wisley.chen@quantatw.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46294
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'src/mainboard/google/volteer/Kconfig.name')
-rw-r--r-- | src/mainboard/google/volteer/Kconfig.name | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/Kconfig.name b/src/mainboard/google/volteer/Kconfig.name index 2817448452..f59d82b850 100644 --- a/src/mainboard/google/volteer/Kconfig.name +++ b/src/mainboard/google/volteer/Kconfig.name @@ -67,3 +67,7 @@ config BOARD_GOOGLE_VOXEL config BOARD_GOOGLE_BOLDAR bool "-> Boldar" select BOARD_GOOGLE_BASEBOARD_VOLTEER + +config BOARD_GOOGLE_ELEMI + bool "-> Elemi" + select BOARD_GOOGLE_BASEBOARD_VOLTEER |