diff options
author | Shelley Chen <shchen@google.com> | 2021-06-24 15:23:26 -0700 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2021-06-29 16:37:35 +0000 |
commit | 8790b9a0830ed38c9f2766309f2d415dbff72a63 (patch) | |
tree | 6eff9e703108911c04c50df632801b8a2418278d /src/mainboard/google/herobrine/Kconfig.name | |
parent | 56731154a6095eb04d1e0d153bff535479a05f88 (diff) |
mb/google/herobrine: Add Senor and Piglin variants
Add configs for Herobrine variants. Also enable ec sw sync as this
should not be disabled by default.
BUG=b:182963902
BRANCH=None
TEST=./util/abuild/abuild -p none -t GOOGLE_SENOR -x -a -B
./util/abuild/abuild -p none -t GOOGLE_PIGLIN -x -a -B
Change-Id: Ide4e375aa0236dce65a954a2f68455d05fa841eb
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55829
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/herobrine/Kconfig.name')
-rw-r--r-- | src/mainboard/google/herobrine/Kconfig.name | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/herobrine/Kconfig.name b/src/mainboard/google/herobrine/Kconfig.name index 51d102ac35..ed2ce5c3f7 100644 --- a/src/mainboard/google/herobrine/Kconfig.name +++ b/src/mainboard/google/herobrine/Kconfig.name @@ -6,6 +6,14 @@ config BOARD_GOOGLE_HEROBRINE bool "-> Herobrine" select BOARD_GOOGLE_HEROBRINE_COMMON +config BOARD_GOOGLE_SENOR + bool "-> Senor" + select BOARD_GOOGLE_HEROBRINE_COMMON + +config BOARD_GOOGLE_PIGLIN + bool "-> Piglin" + select BOARD_GOOGLE_HEROBRINE_COMMON + endif comment "(Herobrine requires 'Allow QC blobs repository')" |