aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/Kconfig.name
diff options
context:
space:
mode:
authorFrank Wu <frank_wu@compal.corp-partner.google.com>2020-03-13 16:41:10 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-03-30 08:40:16 +0000
commitbc8373830128ff2991c1a8e9ff3e4255deefe746 (patch)
tree54589d14f044e2e5c728f83c3d70fd0f0312a7b5 /src/mainboard/google/volteer/Kconfig.name
parentd47afe90ef438cbeb4f60753d8674db2217d72b2 (diff)
volteer: Create halvor variant
Create the halvor variant of the volteer reference board by copying the template files to a new directory named for the variant. BUG=b:151399850 BRANCH=None TEST=util/abuild/abuild -p none -t google/volteer -x -a make sure the build includes GOOGLE_HALVOR Signed-off-by: Frank Wu <frank_wu@compal.corp-partner.google.com> Change-Id: If4d3417ba55d56af441c99d949a196328d7a1951 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39667 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Caveh Jalali <caveh@chromium.org> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Diffstat (limited to 'src/mainboard/google/volteer/Kconfig.name')
-rw-r--r--src/mainboard/google/volteer/Kconfig.name8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mainboard/google/volteer/Kconfig.name b/src/mainboard/google/volteer/Kconfig.name
index d60dfb4807..596894effb 100644
--- a/src/mainboard/google/volteer/Kconfig.name
+++ b/src/mainboard/google/volteer/Kconfig.name
@@ -1,9 +1,13 @@
comment "Volteer"
-config BOARD_GOOGLE_VOLTEER
- bool "-> Volteer"
+config BOARD_GOOGLE_HALVOR
+ bool "-> Halvor"
select BOARD_GOOGLE_BASEBOARD_VOLTEER
config BOARD_GOOGLE_RIPTO
bool "-> Ripto"
select BOARD_GOOGLE_BASEBOARD_VOLTEER
+
+config BOARD_GOOGLE_VOLTEER
+ bool "-> Volteer"
+ select BOARD_GOOGLE_BASEBOARD_VOLTEER