diff options
author | Shelley Chen <shchen@google.com> | 2021-09-16 10:40:15 -0700 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2021-09-20 17:36:53 +0000 |
commit | 212f48daf25850b42a06473ee099c083fe11405e (patch) | |
tree | f5c5dae921ce4f1b37e9bc6832850bf210766042 /src/mainboard/google/herobrine/Kconfig.name | |
parent | 56791b2841ab8e2e42ced01ee143572cfc360b8e (diff) |
herobrine: Add Hoglin variant
Create a variant for the QC CRD device.
BUG=b:197366666
BRANCH=None
TEST=./util/abuild/abuild -p none -t GOOGLE_HOGLIN -x -a -B
Change-Id: I883d17b3ad3c7e44a00f0d0e7007c119417c5028
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57720
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Bob Moragues <moragues@google.com>
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/herobrine/Kconfig.name b/src/mainboard/google/herobrine/Kconfig.name index d7b1e57a3b..c0e995cb74 100644 --- a/src/mainboard/google/herobrine/Kconfig.name +++ b/src/mainboard/google/herobrine/Kconfig.name @@ -14,6 +14,10 @@ config BOARD_GOOGLE_PIGLIN bool "-> Piglin" select BOARD_GOOGLE_HEROBRINE_COMMON +config BOARD_GOOGLE_HOGLIN + bool "-> Hoglin" + select BOARD_GOOGLE_HEROBRINE_COMMON + endif comment "(Herobrine requires 'Allow QC blobs repository')" |