diff options
author | Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com> | 2022-07-18 16:25:41 +0800 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2022-07-20 17:54:29 +0000 |
commit | 281a55e9036dd4c842f715e905d9e69f57eb0ddf (patch) | |
tree | 604f07381878b720a5b4d1b4ce531293a09794ec /src | |
parent | 8ebb04c257b1f37ed853dbe9ead2f2ea59977ed5 (diff) |
google/herobrine: Add Evoker variant
BUG=b:238571507
BRANCH=None
TEST=emerge-herobrine coreboot
Change-Id: Ie596e5c4b72de84d16571043db4291bbd0825c78
Signed-off-by: Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65947
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
Reviewed-by: Bob Moragues <moragues@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/herobrine/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/herobrine/Kconfig.name | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/herobrine/Kconfig b/src/mainboard/google/herobrine/Kconfig index 7c2673dbf9..100c13e007 100644 --- a/src/mainboard/google/herobrine/Kconfig +++ b/src/mainboard/google/herobrine/Kconfig @@ -56,6 +56,7 @@ config MAINBOARD_PART_NUMBER default "Piglin" if BOARD_GOOGLE_PIGLIN default "Hoglin" if BOARD_GOOGLE_HOGLIN default "Villager" if BOARD_GOOGLE_VILLAGER + default "Evoker" if BOARD_GOOGLE_EVOKER config DRIVER_TPM_I2C_BUS depends on I2C_TPM diff --git a/src/mainboard/google/herobrine/Kconfig.name b/src/mainboard/google/herobrine/Kconfig.name index 063e669c53..5dd4abc529 100644 --- a/src/mainboard/google/herobrine/Kconfig.name +++ b/src/mainboard/google/herobrine/Kconfig.name @@ -25,6 +25,10 @@ config BOARD_GOOGLE_HOGLIN config BOARD_GOOGLE_VILLAGER bool "-> Villager" select BOARD_GOOGLE_HEROBRINE_COMMON + +config BOARD_GOOGLE_EVOKER + bool "-> Evoker" + select BOARD_GOOGLE_HEROBRINE_COMMON endif comment "(Herobrine requires 'Allow QC blobs repository')" |