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)
This commit is contained in:
parent
3747ba16c7
commit
d18f81be85
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue