aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/Kconfig
diff options
context:
space:
mode:
authorWisley Chen <wisley.chen@quantatw.com>2016-10-17 18:30:54 +0800
committerMartin Roth <martinroth@google.com>2016-10-20 20:18:52 +0200
commit084a343b58d7effadb8f2c226c183cdb8cf2a351 (patch)
tree15cc3ed6095d1f879cde082984f3595816521ac0 /src/mainboard/google/reef/Kconfig
parentb753eeb7afe0f51a07725b13a2f53ed10d7930bc (diff)
mainboard/google/reef: add snappy variant
Create the initial Snappy variant which refers to the Reef device. Snappy, an Apollolake-platform, is deviated from reference board Reef. BRANCH=master BUG=None TEST=Built & booted Signed-off-by: Wisley Chen <wisley.chen@quantatw.com> Change-Id: I6f32c0b1a154edbd8c4822acdbdbdbeb4a0098e6 Reviewed-on: https://review.coreboot.org/17043 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef/Kconfig')
-rw-r--r--src/mainboard/google/reef/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index 19b1bd13c1..d5d64c82e6 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -51,16 +51,19 @@ config VARIANT_DIR
string
default "reef" if BOARD_GOOGLE_REEF
default "pyro" if BOARD_GOOGLE_PYRO
+ default "snappy" if BOARD_GOOGLE_SNAPPY
config DEVICETREE
string
default "variants/pyro/devicetree.cb" if BOARD_GOOGLE_PYRO
+ default "variants/snappy/devicetree.cb" if BOARD_GOOGLE_SNAPPY
default "variants/baseboard/devicetree.cb"
config MAINBOARD_PART_NUMBER
string
default "Reef" if BOARD_GOOGLE_REEF
default "Pyro" if BOARD_GOOGLE_PYRO
+ default "Snappy" if BOARD_GOOGLE_SNAPPY
config MAINBOARD_FAMILY
string
@@ -71,6 +74,7 @@ config GBB_HWID
depends on CHROMEOS
default "REEF TEST 3240" if BOARD_GOOGLE_REEF
default "PYRO TEST 0290" if BOARD_GOOGLE_PYRO
+ default "SNAPPY TEST 1088" if BOARD_GOOGLE_SNAPPY
config MAX_CPUS
int