diff options
author | Wisley Chen <wisley.chen@quantatw.com> | 2016-10-17 18:30:54 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-20 20:18:52 +0200 |
commit | 084a343b58d7effadb8f2c226c183cdb8cf2a351 (patch) | |
tree | 15cc3ed6095d1f879cde082984f3595816521ac0 /src/mainboard/google/reef/Kconfig.name | |
parent | b753eeb7afe0f51a07725b13a2f53ed10d7930bc (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.name')
-rw-r--r-- | src/mainboard/google/reef/Kconfig.name | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Kconfig.name b/src/mainboard/google/reef/Kconfig.name index d73e69b31c..63e6ada321 100644 --- a/src/mainboard/google/reef/Kconfig.name +++ b/src/mainboard/google/reef/Kconfig.name @@ -7,3 +7,8 @@ config BOARD_GOOGLE_PYRO bool "Pyro" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP + +config BOARD_GOOGLE_SNAPPY + bool "Snappy" + select BOARD_GOOGLE_BASEBOARD_REEF + select BASEBOARD_REEF_LAPTOP |