[coreboot-gerrit] New patch to review for coreboot: google/veyron: Indicate which boards are laptops.

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sat Dec 12 16:35:41 CET 2015


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12716

-gerrit

commit df4dc12fb795937736b318a70c5a10854b32eaaf
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Dec 11 00:37:26 2015 +0100

    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 at no-log.org>
---
 src/mainboard/google/veyron/Kconfig.name | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/mainboard/google/veyron/Kconfig.name b/src/mainboard/google/veyron/Kconfig.name
index 61a1b69..c586293 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 "Haier Chromebook 11 (Veyron_Jaq)"
 	select BOARD_GOOGLE_VEYRON
+	select SYSTEM_TYPE_LAPTOP
 
 config BOARD_GOOGLE_VEYRON_JERRY
 	bool "Hisense Chromebook 11 (Veyron_Jerry)"
 	select BOARD_GOOGLE_VEYRON
+	select SYSTEM_TYPE_LAPTOP
 
 config BOARD_GOOGLE_VEYRON_MIGHTY
 	bool "Haier Chromebook 11(edu) (Veyron_Mighty)"
 	select BOARD_GOOGLE_VEYRON
+	select SYSTEM_TYPE_LAPTOP
 
 config BOARD_GOOGLE_VEYRON_MINNIE
 	bool "ASUS Chromebook Flip C100 (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 "ASUS C201 Chromebook (Veyron_Speedy)"
 	select BOARD_GOOGLE_VEYRON
+	select SYSTEM_TYPE_LAPTOP
 
 config BOARD_GOOGLE_VEYRON_THEA
 	bool "Veyron_Thea"



More information about the coreboot-gerrit mailing list