diff options
author | Chris Wang <chris.wang@amd.corp-partner.google.com> | 2019-07-19 14:45:30 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-21 18:53:49 +0000 |
commit | d03ae8c33a470faaef1ffcbae8ad7d6f1e203e04 (patch) | |
tree | 1973057d6a79614819a74517f47bc7f8315a62ce /src/mainboard/google/kahlee/Kconfig.name | |
parent | 3820e3ceed02d21900a060b2c70a031c34cae20d (diff) | |
download | coreboot-d03ae8c33a470faaef1ffcbae8ad7d6f1e203e04.tar.xz |
mainboard/google/kahlee: create treeya variant
This is based on the grunt variant.
BUG=b:135551210
BRANCH=none
TEST=emerge-grunt coreboot chromeos-bootimage
Ensure that image-treeya.*.bin are created
Signed-off-by: Chris Wang <chris.wang@amd.corp-partner.google.com>
Change-Id: I40f3c9de87350777b02dd91d8c5b9dbe2eb9f6b5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34435
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig.name')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig.name b/src/mainboard/google/kahlee/Kconfig.name index c9401be585..03d7baa1b4 100644 --- a/src/mainboard/google/kahlee/Kconfig.name +++ b/src/mainboard/google/kahlee/Kconfig.name @@ -12,3 +12,6 @@ config BOARD_GOOGLE_GRUNT config BOARD_GOOGLE_LIARA bool "-> Liara" select BOARD_GOOGLE_BASEBOARD_KAHLEE +config BOARD_GOOGLE_TREEYA + bool "-> Treeya" + select BOARD_GOOGLE_BASEBOARD_KAHLEE |