diff options
author | Wisley Chen <wisley.chen@quantatw.com> | 2019-09-06 20:01:32 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-11 14:44:47 +0000 |
commit | ded3f909cbdc0e464e5cac3119a43157e3f56901 (patch) | |
tree | 32abee351ba5a4541864009c5766becd311154da /src/mainboard/google/hatch/Kconfig | |
parent | 3f19e1d97ff1a8410cf1973989cbb6573610388a (diff) |
mb/google/hatch: Create dratini variant
Create dratini variant
BUG=b:140610519
TEST=emerge-hatch coreboot, and boot into chromeos on proto board
Change-Id: Ied1240d1be831568e4ab4695b893c3f48821f68b
Signed-off-by: Wisley Chen <wisley.chen@quantatw.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35285
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/hatch/Kconfig')
-rw-r--r-- | src/mainboard/google/hatch/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index 5c7c267a1e..c4c9146803 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -72,6 +72,7 @@ config GBB_HWID string depends on CHROMEOS default "AKEMI TEST 4326" if BOARD_GOOGLE_AKEMI + default "DRATINI TEST 4583" if BOARD_GOOGLE_DRATINI default "HATCH TEST 1823" if BOARD_GOOGLE_HATCH default "HELIOS TEST 0878" if BOARD_GOOGLE_HELIOS default "KINDRED TEST 2636" if BOARD_GOOGLE_KINDRED @@ -88,6 +89,7 @@ config MAINBOARD_FAMILY config MAINBOARD_PART_NUMBER string default "Akemi" if BOARD_GOOGLE_AKEMI + default "Dratini" if BOARD_GOOGLE_DRATINI default "Hatch" if BOARD_GOOGLE_HATCH default "Helios" if BOARD_GOOGLE_HELIOS default "Kindred" if BOARD_GOOGLE_KINDRED @@ -112,6 +114,7 @@ config TPM_TIS_ACPI_INTERRUPT config VARIANT_DIR string default "akemi" if BOARD_GOOGLE_AKEMI + default "dratini" if BOARD_GOOGLE_DRATINI default "hatch" if BOARD_GOOGLE_HATCH default "helios" if BOARD_GOOGLE_HELIOS default "kindred" if BOARD_GOOGLE_KINDRED |