summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2015-12-11 00:37:26 +0100
committerMartin Roth <martinroth@google.com>2015-12-17 21:30:08 +0100
commite87e73edbab113d81f4e38ee5b6b873be4333acb (patch)
tree6c8b01fcf80158ebebfebd494d39c640aac8829c
parentc32e80d604c4a637c5fe80aa3dfd965df1312dc9 (diff)
downloadcoreboot-staging-e87e73edbab113d81f4e38ee5b6b873be4333acb.zip
coreboot-staging-e87e73edbab113d81f4e38ee5b6b873be4333acb.tar.gz
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>
-rw-r--r--src/mainboard/google/veyron/Kconfig.name5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/veyron/Kconfig.name b/src/mainboard/google/veyron/Kconfig.name
index 5c7a44b..1ccffe5 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"
OpenPOWER on IntegriCloud