aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/Kconfig.name
diff options
context:
space:
mode:
authorYH Lin <yueherngl@google.com>2020-07-24 17:39:16 -0700
committerNick Vaccaro <nvaccaro@google.com>2020-07-28 09:41:29 +0000
commit32c505715c551da50b84987bd06f6d29635031a1 (patch)
tree9060e76221d212fe6f17d1052318fba338786776 /src/mainboard/google/volteer/Kconfig.name
parent9ccd3114ffbbf0e1f0972169720fb86a6b6ad504 (diff)
mb/google/volteer: Create todor variant
Create the todor 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.1.1). In addition, * sort the variant names in alphabetical order. * todor uses the same config options as terrador. BUG=b:162110806 BRANCH=None TEST=util/abuild/abuild -p none -t google/volteer -x -a make sure the build includes GOOGLE_TODOR Signed-off-by: YH Lin <yueherngl@google.com> Change-Id: I7aa7acf1f3c3cc14b92ded05d5868818a627a432 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43838 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Caveh Jalali <caveh@chromium.org>
Diffstat (limited to 'src/mainboard/google/volteer/Kconfig.name')
-rw-r--r--src/mainboard/google/volteer/Kconfig.name24
1 files changed, 15 insertions, 9 deletions
diff --git a/src/mainboard/google/volteer/Kconfig.name b/src/mainboard/google/volteer/Kconfig.name
index 79e538466e..f88f63ebf9 100644
--- a/src/mainboard/google/volteer/Kconfig.name
+++ b/src/mainboard/google/volteer/Kconfig.name
@@ -1,5 +1,14 @@
comment "Volteer"
+config BOARD_GOOGLE_DELBIN
+ bool "-> Delbin"
+ select BOARD_GOOGLE_BASEBOARD_VOLTEER
+ select SOC_INTEL_CSE_LITE_SKU
+
+config BOARD_GOOGLE_ELDRID
+ bool "-> Eldrid"
+ select BOARD_GOOGLE_BASEBOARD_VOLTEER
+
config BOARD_GOOGLE_HALVOR
bool "-> Halvor"
select BOARD_GOOGLE_BASEBOARD_VOLTEER
@@ -16,6 +25,12 @@ config BOARD_GOOGLE_TERRADOR
select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC if CHROMEOS
select SOC_INTEL_CSE_LITE_SKU
+config BOARD_GOOGLE_TODOR
+ bool "-> Todor"
+ select BOARD_GOOGLE_BASEBOARD_VOLTEER
+ select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC if CHROMEOS
+ select SOC_INTEL_CSE_LITE_SKU
+
config BOARD_GOOGLE_TRONDO
bool "-> Trondo"
select BOARD_GOOGLE_BASEBOARD_VOLTEER
@@ -37,12 +52,3 @@ config BOARD_GOOGLE_VOXEL
bool "-> Voxel"
select BOARD_GOOGLE_BASEBOARD_VOLTEER
select SOC_INTEL_CSE_LITE_SKU
-
-config BOARD_GOOGLE_DELBIN
- bool "-> Delbin"
- select BOARD_GOOGLE_BASEBOARD_VOLTEER
- select SOC_INTEL_CSE_LITE_SKU
-
-config BOARD_GOOGLE_ELDRID
- bool "-> Eldrid"
- select BOARD_GOOGLE_BASEBOARD_VOLTEER