diff options
Diffstat (limited to 'src/mainboard/google/veyron/Kconfig.name')
-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" |