diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2015-12-06 11:54:39 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-12-17 21:53:48 +0100 |
commit | d18f81be856ccf1a9fc8c41631da40e6807b2db4 (patch) | |
tree | 393b0e1de8dca87f0b7fa52b3d7811dba2f1b8d8 /src/mainboard/google/veyron | |
parent | 3747ba16c7ed0d47549f42848784dc3840333c7e (diff) |
google/veyron: Add commercial board names in Kconfig.name
The correspondence between engineering code names and
commercial names can be found on chromium.org website at:
https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices
This it to make the names more relevant:
towiki (in util/board_status/to-wiki/towiki.sh) will pick such
names, which end up in the supported board list at:
http://www.coreboot.org/Supported_Motherboards
Change-Id: I2d705672d7202964fea3f62a5bd61a231d3f14c0
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Reviewed-on: https://review.coreboot.org/12652
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/veyron')
-rw-r--r-- | src/mainboard/google/veyron/Kconfig.name | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/veyron/Kconfig.name b/src/mainboard/google/veyron/Kconfig.name index 1ccffe5d6e..c5862939fc 100644 --- a/src/mainboard/google/veyron/Kconfig.name +++ b/src/mainboard/google/veyron/Kconfig.name @@ -3,22 +3,22 @@ config BOARD_GOOGLE_VEYRON_GUS select BOARD_GOOGLE_VEYRON config BOARD_GOOGLE_VEYRON_JAQ - bool "Veyron_Jaq" + bool "Haier Chromebook 11 (Veyron_Jaq)" select BOARD_GOOGLE_VEYRON select SYSTEM_TYPE_LAPTOP config BOARD_GOOGLE_VEYRON_JERRY - bool "Veyron_Jerry" + bool "Hisense Chromebook 11 (Veyron_Jerry)" select BOARD_GOOGLE_VEYRON select SYSTEM_TYPE_LAPTOP config BOARD_GOOGLE_VEYRON_MIGHTY - bool "Veyron_Mighty" + bool "Haier Chromebook 11(edu) (Veyron_Mighty)" select BOARD_GOOGLE_VEYRON select SYSTEM_TYPE_LAPTOP config BOARD_GOOGLE_VEYRON_MINNIE - bool "Veyron_Minnie" + bool "ASUS Chromebook Flip C100 (Veyron_Minnie)" select BOARD_GOOGLE_VEYRON select SYSTEM_TYPE_LAPTOP @@ -35,7 +35,7 @@ config BOARD_GOOGLE_VEYRON_SHARK select BOARD_GOOGLE_VEYRON config BOARD_GOOGLE_VEYRON_SPEEDY - bool "Veyron_Speedy" + bool "ASUS C201 Chromebook (Veyron_Speedy)" select BOARD_GOOGLE_VEYRON select SYSTEM_TYPE_LAPTOP |