diff options
author | Maulik Vaghela <maulikvaghela@google.com> | 2022-10-11 09:40:19 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-13 18:31:58 +0000 |
commit | ffa79073d35306c22d66a966400457a6bb2be656 (patch) | |
tree | ee5b66c877f0f34bbe1a3c30eadc346261366239 /src/mainboard/google/herobrine/Kconfig | |
parent | 9049dfdb6895739c3ea1b110e41548a9677194d4 (diff) |
mb/google/herobrine: Create zombie variant
Create the zombie variant of the herobrine 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:249180463
BRANCH=None
TEST=util/abuild/abuild -p none -t google/herobrine -x -a
make sure the build includes GOOGLE_ZOMBIE
Signed-off-by: Maulik Vaghela <maulikvaghela@google.com>
Change-Id: Ifecf0a6323b20012defbf14bd16ce2f1f41f4714
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68303
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Bob Moragues <moragues@google.com>
Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/mainboard/google/herobrine/Kconfig')
-rw-r--r-- | src/mainboard/google/herobrine/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/herobrine/Kconfig b/src/mainboard/google/herobrine/Kconfig index d267e6847c..a95ac068b2 100644 --- a/src/mainboard/google/herobrine/Kconfig +++ b/src/mainboard/google/herobrine/Kconfig @@ -58,6 +58,7 @@ config MAINBOARD_PART_NUMBER default "Villager" if BOARD_GOOGLE_VILLAGER default "Evoker" if BOARD_GOOGLE_EVOKER default "Zoglin" if BOARD_GOOGLE_ZOGLIN + default "Zombie" if BOARD_GOOGLE_ZOMBIE config DRIVER_TPM_I2C_BUS depends on I2C_TPM |