From e87e73edbab113d81f4e38ee5b6b873be4333acb Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 11 Dec 2015 00:37:26 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/12716 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/google/veyron/Kconfig.name | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard/google/veyron') diff --git a/src/mainboard/google/veyron/Kconfig.name b/src/mainboard/google/veyron/Kconfig.name index 5c7a44b8c4..1ccffe5d6e 100644 --- a/src/mainboard/google/veyron/Kconfig.name +++ b/src/mainboard/google/veyron/Kconfig.name @@ -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" -- cgit v1.2.3