diff options
author | Martin Roth <martin@coreboot.org> | 2021-09-03 13:39:27 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-11-04 10:29:41 +0000 |
commit | 663a61ed9179aa928fd977c886d8f741390542ac (patch) | |
tree | cf4cc40f27653716630de1a59c218799c8f323d0 /src/mainboard/google/zork | |
parent | 437da71d0a9c7f397860efd02ddb03de9fd5b874 (diff) |
mb/google: Add OEM product names for various boards
All of these names came from public sources.
Signed-off-by: Martin Roth <martin@coreboot.org>
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Change-Id: I1ed9cc0c1ff63dc415e0cc63fa9d2dcd429a093b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57392
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/zork')
-rw-r--r-- | src/mainboard/google/zork/Kconfig.name | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/google/zork/Kconfig.name b/src/mainboard/google/zork/Kconfig.name index 8bc69ab1e2..bac7ee42e0 100644 --- a/src/mainboard/google/zork/Kconfig.name +++ b/src/mainboard/google/zork/Kconfig.name @@ -5,15 +5,15 @@ config BOARD_GOOGLE_DALBOZ select BOARD_GOOGLE_BASEBOARD_DALBOZ config BOARD_GOOGLE_VILBOZ - bool "-> Vilboz" + bool "-> Vilboz (Lenovo 100e/300e Gen3 AMD)" select BOARD_GOOGLE_BASEBOARD_DALBOZ config BOARD_GOOGLE_EZKINIL - bool "-> Ezkinil" + bool "-> Ezkinil (Acer Chromebook Spin 514)" select BOARD_GOOGLE_BASEBOARD_TREMBYLE config BOARD_GOOGLE_MORPHIUS - bool "-> Morphius" + bool "-> Morphius (Lenovo ThinkPad C13 Yoga Chromebook)" select BOARD_GOOGLE_BASEBOARD_TREMBYLE config BOARD_GOOGLE_TREMBYLE @@ -21,15 +21,15 @@ config BOARD_GOOGLE_TREMBYLE select BOARD_GOOGLE_BASEBOARD_TREMBYLE config BOARD_GOOGLE_BERKNIP - bool "-> Berknip" + bool "-> Berknip (HP Pro c645 Chromebook Enterprise)" select BOARD_GOOGLE_BASEBOARD_TREMBYLE config BOARD_GOOGLE_WOOMAX - bool "-> Woomax" + bool "-> Woomax (ASUS Chromebook Flip CM5)" select BOARD_GOOGLE_BASEBOARD_TREMBYLE config BOARD_GOOGLE_DIRINBOZ - bool "-> Dirinboz" + bool "-> Dirinboz (HP Chromebook 14a-nd0097nr)" select BOARD_GOOGLE_BASEBOARD_DALBOZ config BOARD_GOOGLE_SHUBOZ @@ -37,5 +37,5 @@ config BOARD_GOOGLE_SHUBOZ select BOARD_GOOGLE_BASEBOARD_DALBOZ config BOARD_GOOGLE_GUMBOZ - bool "-> Gumboz" + bool "-> Gumboz (HP Chromebook x360 14a)" select BOARD_GOOGLE_BASEBOARD_DALBOZ |