diff options
author | Kevin Chiu <Kevin.Chiu@quantatw.com> | 2016-10-03 17:15:15 +0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-10-07 04:28:11 +0200 |
commit | 0b1a90da76cc1e81b6a1a43a8ffc2ddd97b84377 (patch) | |
tree | c97e858e8d549589a7683ba9e68bfb4e108131ae /src/mainboard/google/reef/Kconfig.name | |
parent | c3e85139e6219719c05dfedd9ceb777932fd17c7 (diff) |
mainboard/google/reef: add pyro variant.
Create the initial Pyro variant which refers to the Reef.
Pyro is APL Chrome board that deviate from reference board Reef.
BRANCH=master
BUG=None
TEST=Build
Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com>
Change-Id: I9beed1f6895e8891d3d51b563edfe172f566718b
Reviewed-on: https://review.coreboot.org/16855
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
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 926f61dc4a..d73e69b31c 100644 --- a/src/mainboard/google/reef/Kconfig.name +++ b/src/mainboard/google/reef/Kconfig.name @@ -2,3 +2,8 @@ config BOARD_GOOGLE_REEF bool "Reef" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP + +config BOARD_GOOGLE_PYRO + bool "Pyro" + select BOARD_GOOGLE_BASEBOARD_REEF + select BASEBOARD_REEF_LAPTOP |