google/veyron: Indicate which boards are laptops.
This is to make towiki pick that information, to make these boards end up in the laptop list at: http://www.coreboot.org/Supported_Motherboards Change-Id: Ibf8bf4bf6566080a34687e36675d4c4c8b89f334 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Reviewed-on: https://review.coreboot.org/12716 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
c32e80d604
commit
e87e73edba
|
@ -5,18 +5,22 @@ config BOARD_GOOGLE_VEYRON_GUS
|
|||
config BOARD_GOOGLE_VEYRON_JAQ
|
||||
bool "Veyron_Jaq"
|
||||
select BOARD_GOOGLE_VEYRON
|
||||
select SYSTEM_TYPE_LAPTOP
|
||||
|
||||
config BOARD_GOOGLE_VEYRON_JERRY
|
||||
bool "Veyron_Jerry"
|
||||
select BOARD_GOOGLE_VEYRON
|
||||
select SYSTEM_TYPE_LAPTOP
|
||||
|
||||
config BOARD_GOOGLE_VEYRON_MIGHTY
|
||||
bool "Veyron_Mighty"
|
||||
select BOARD_GOOGLE_VEYRON
|
||||
select SYSTEM_TYPE_LAPTOP
|
||||
|
||||
config BOARD_GOOGLE_VEYRON_MINNIE
|
||||
bool "Veyron_Minnie"
|
||||
select BOARD_GOOGLE_VEYRON
|
||||
select SYSTEM_TYPE_LAPTOP
|
||||
|
||||
config BOARD_GOOGLE_VEYRON_NICKY
|
||||
bool "Veyron_Nicky"
|
||||
|
@ -33,6 +37,7 @@ config BOARD_GOOGLE_VEYRON_SHARK
|
|||
config BOARD_GOOGLE_VEYRON_SPEEDY
|
||||
bool "Veyron_Speedy"
|
||||
select BOARD_GOOGLE_VEYRON
|
||||
select SYSTEM_TYPE_LAPTOP
|
||||
|
||||
config BOARD_GOOGLE_VEYRON_THEA
|
||||
bool "Veyron_Thea"
|
||||
|
|
Loading…
Reference in New Issue