diff options
author | Wisley Chen <wisley.chen@quanta.corp-partner.google.com> | 2021-05-21 14:11:10 +0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-05-26 11:39:24 +0000 |
commit | a17ffd264003027fc212a29118a115ae78caf62b (patch) | |
tree | fb5357f41626521fd6a69f3a0c416d732c677e56 /src/mainboard/google/dedede/Kconfig | |
parent | 8fef0b7010490c8cb21e32ed5ce66f40dae1e0a9 (diff) |
mb/google/dedede: add haboki variant
haboki/habokay is the same design as drawlat/drawcia, and differs only
in replacing Cr50 with discrete TPM.
BUG=b:187094464
TEST=FW_NAME=haboki emerge-keeby coreboot
Cq-Depend: chrome-internal:3850094
Change-Id: Id866927b7041c5bf1c73fb4f0c03798eb61efa79
Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54755
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig')
-rw-r--r-- | src/mainboard/google/dedede/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig index e237b80cc7..e1bc9ad789 100644 --- a/src/mainboard/google/dedede/Kconfig +++ b/src/mainboard/google/dedede/Kconfig @@ -110,6 +110,7 @@ config MAINBOARD_PART_NUMBER default "Blipper" if BOARD_GOOGLE_BLIPPER default "Cret" if BOARD_GOOGLE_CRET default "Pirika" if BOARD_GOOGLE_PIRIKA + default "Haboki" if BOARD_GOOGLE_HABOKI config MAX_CPUS int @@ -146,6 +147,7 @@ config VARIANT_DIR default "blipper" if BOARD_GOOGLE_BLIPPER default "cret" if BOARD_GOOGLE_CRET default "pirika" if BOARD_GOOGLE_PIRIKA + default "haboki" if BOARD_GOOGLE_HABOKI endif #BOARD_GOOGLE_BASEBOARD_DEDEDE |