diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2015-12-11 00:37:26 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-12-17 21:30:08 +0100 |
commit | e87e73edbab113d81f4e38ee5b6b873be4333acb (patch) | |
tree | 6c8b01fcf80158ebebfebd494d39c640aac8829c /src/mainboard/google/veyron | |
parent | c32e80d604c4a637c5fe80aa3dfd965df1312dc9 (diff) |
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>
Diffstat (limited to 'src/mainboard/google/veyron')
-rw-r--r-- | src/mainboard/google/veyron/Kconfig.name | 5 |
1 files changed, 5 insertions, 0 deletions
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" |