aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2017-06-02 21:48:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-06-05 22:44:01 +0200
commitb09933a2eb9b0fbbfe35392dac98d415290867aa (patch)
tree597b5993b4e5743dc67f9e2a1d1d86ca4856b095 /src/mainboard/google/reef/Kconfig
parent34e10871f9f1004a0c007a26d2d77440997fafa1 (diff)
google/reef: Add coral
A new variant copied from reef. Allow override of the SKU. Change-Id: Ibe160e75aa23623812f0fb9121d1d8226afc00d8 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/20020 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/reef/Kconfig')
-rw-r--r--src/mainboard/google/reef/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index 0d3ec38e51..f3360ca649 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -57,6 +57,7 @@ config VARIANT_DIR
default "sand" if BOARD_GOOGLE_SAND
default "snappy" if BOARD_GOOGLE_SNAPPY
default "nasher" if BOARD_GOOGLE_NASHER
+ default "coral" if BOARD_GOOGLE_CORAL
config DEVICETREE
string
@@ -72,6 +73,7 @@ config MAINBOARD_PART_NUMBER
default "Sand" if BOARD_GOOGLE_SAND
default "Snappy" if BOARD_GOOGLE_SNAPPY
default "Nasher" if BOARD_GOOGLE_NASHER
+ default "Coral" if BOARD_GOOGLE_CORAL
config MAINBOARD_FAMILY
string
@@ -85,6 +87,7 @@ config GBB_HWID
default "SAND TEST 1904" if BOARD_GOOGLE_SAND
default "SNAPPY TEST 1088" if BOARD_GOOGLE_SNAPPY
default "NASHER TEST 4258" if BOARD_GOOGLE_NASHER
+ default "CORAL TEST 8594" if BOARD_GOOGLE_CORAL
config MAX_CPUS
int