aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/Kconfig
diff options
context:
space:
mode:
authorWisley Chen <wisley.chen@quantatw.com>2020-10-12 17:58:45 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-10-13 18:26:26 +0000
commit4744ca7d056648198fd73cf4bb4c0bca44e27acc (patch)
tree5307cda8705739a918441b2251d6f488e5d5c6a0 /src/mainboard/google/volteer/Kconfig
parentc766d7ca56f2a995c8b5ea14446883590cf50cf1 (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')
-rw-r--r--src/mainboard/google/volteer/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/Kconfig b/src/mainboard/google/volteer/Kconfig
index 58ff4eb270..edc9c91034 100644
--- a/src/mainboard/google/volteer/Kconfig
+++ b/src/mainboard/google/volteer/Kconfig
@@ -92,6 +92,7 @@ config MAINBOARD_PART_NUMBER
default "Volteer2" if BOARD_GOOGLE_VOLTEER2
default "Voxel" if BOARD_GOOGLE_VOXEL
default "Boldar" if BOARD_GOOGLE_BOLDAR
+ default "Elemi" if BOARD_GOOGLE_ELEMI
config MAX_CPUS
int
@@ -129,6 +130,7 @@ config VARIANT_DIR
default "volteer2" if BOARD_GOOGLE_VOLTEER2
default "voxel" if BOARD_GOOGLE_VOXEL
default "boldar" if BOARD_GOOGLE_BOLDAR
+ default "elemi" if BOARD_GOOGLE_ELEMI
config VARIANT_HAS_MIPI_CAMERA
bool