coreboot-kgpe-d16/src/mainboard/google/veyron/Kconfig.name
Julius Werner 7504268318 google/veyron: Clean out unused board variants
We have code for certain Veyron variant names that were either never
made into an actual board (Gus, Nicky, Thea) or used for Google-internal
test boards that no longer exist (Pinky, Shark). Let's clean them out to
avoid confusing people.

Change-Id: Icdce5f0f3613e089d0994318b02dba54170f0c42
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/18860
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2017-03-17 11:38:34 +01:00

24 lines
675 B
Text

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_SPEEDY
bool "ASUS C201 Chromebook (Veyron_Speedy)"
select BOARD_GOOGLE_VEYRON
select SYSTEM_TYPE_LAPTOP