diff options
author | Isaac Lee <isaaclee@google.com> | 2022-08-10 09:30:08 -0700 |
---|---|---|
committer | Raul Rangel <rrangel@chromium.org> | 2022-08-16 17:50:42 +0000 |
commit | a3214c6d763f194b766b967720e7a02d0bfdccdc (patch) | |
tree | 3c061f35377aa3940c45a64f92cf04b6a6ec88af /src/mainboard/google/skyrim/Kconfig.name | |
parent | 692db41b7dd561e490a7d2d3fec1f12fa5034f31 (diff) |
mb/google/skyrim: Create winterhold variant
Create the winterhold variant of the skyrim reference board by
copying the template files to a new directory named for the variant.
(Auto-Generated by create_coreboot_variant.sh version 4.5.0).
BUG=b:240970782
BRANCH=None
TEST=util/abuild/abuild -p none -t google/skyrim -x -a
make sure the build includes GOOGLE_WINTERHOLD
Signed-off-by: Isaac Lee <isaaclee@google.com>
Change-Id: I0e16f0a674aa3f4687cd82d5840a3c2087148a51
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66620
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/skyrim/Kconfig.name')
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig.name | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig.name b/src/mainboard/google/skyrim/Kconfig.name index a36235c7be..1587058da8 100644 --- a/src/mainboard/google/skyrim/Kconfig.name +++ b/src/mainboard/google/skyrim/Kconfig.name @@ -3,3 +3,7 @@ comment "Skyrim" config BOARD_GOOGLE_SKYRIM bool "-> Skyrim" select BOARD_GOOGLE_BASEBOARD_SKYRIM + +config BOARD_GOOGLE_WINTERHOLD + bool "-> Winterhold" + select BOARD_GOOGLE_BASEBOARD_SKYRIM |