diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2017-11-19 00:17:54 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-21 01:19:15 +0000 |
commit | 1ad41525cae0486e598efa7b7009a486d35b8637 (patch) | |
tree | 0df60c5bb873a4a96ca125b1ac39ee18ea8734ae /src/mainboard/google/cyan/Kconfig.name | |
parent | 9af3f2d63a92d50edf60cfdc69b788ea0e7e4951 (diff) |
mb/google: Update/add ChromeOS device marketing names
Commit c09c2a4 [mb/google: Add Chromebook marketing names] added
marketing names for many ChromeOS devices; add some that were left out,
correct some errors, and try to format model names/numbers consistently
(or as consistently as the manufacturers allow).
Change-Id: Ia13858e2e6ba7d7e025f25fad33e6338250498e5
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/22520
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/cyan/Kconfig.name')
-rw-r--r-- | src/mainboard/google/cyan/Kconfig.name | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/cyan/Kconfig.name b/src/mainboard/google/cyan/Kconfig.name index ab7d2b282c..184d1594ac 100644 --- a/src/mainboard/google/cyan/Kconfig.name +++ b/src/mainboard/google/cyan/Kconfig.name @@ -1,5 +1,5 @@ config BOARD_GOOGLE_BANON - bool "Banon (Acer 15.6\" Chromebook)" + bool "Banon (Acer Chromebook 15 (CB3-532))" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_CELES @@ -7,7 +7,7 @@ config BOARD_GOOGLE_CELES select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_CYAN - bool "Cyan (Acer Chromebook R11)" + bool "Cyan (Acer Chromebook R11 (C738T))" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_EDGAR @@ -15,11 +15,11 @@ config BOARD_GOOGLE_EDGAR select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_KEFKA - bool "Kefka (Dell Chromebook 11 Model 3180)" + bool "Kefka (Dell Chromebook 11 3180/3189)" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_REKS - bool "Reks (Lenovo Chromebook 11)" + bool "Reks (Lenovo N22/N42 Chromebook)" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_RELM @@ -31,7 +31,7 @@ config BOARD_GOOGLE_SETZER select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_TERRA - bool "Terra (ASUS Chromebook C202SA/C300SA)" + bool "Terra (ASUS Chromebook C202SA/C300SA/C301SA)" select BOARD_GOOGLE_BASEBOARD_CYAN config BOARD_GOOGLE_ULTIMA |