diff options
author | Julius Werner <jwerner@chromium.org> | 2017-03-16 14:16:37 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2017-03-17 11:38:34 +0100 |
commit | 75042683183d3b559bcec702e9bc9f0e6da3ec8b (patch) | |
tree | e23d5fe6380c5973d3a0d51141bbf6ca09be52df /src/mainboard/google/veyron/Kconfig.name | |
parent | 2d99f3b15886ff984ae469b50d850b360e19911e (diff) |
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>
Diffstat (limited to 'src/mainboard/google/veyron/Kconfig.name')
-rw-r--r-- | src/mainboard/google/veyron/Kconfig.name | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mainboard/google/veyron/Kconfig.name b/src/mainboard/google/veyron/Kconfig.name index c5862939fc..efaa3f8df5 100644 --- a/src/mainboard/google/veyron/Kconfig.name +++ b/src/mainboard/google/veyron/Kconfig.name @@ -1,7 +1,3 @@ -config BOARD_GOOGLE_VEYRON_GUS - bool "Veyron_Gus" - select BOARD_GOOGLE_VEYRON - config BOARD_GOOGLE_VEYRON_JAQ bool "Haier Chromebook 11 (Veyron_Jaq)" select BOARD_GOOGLE_VEYRON @@ -22,23 +18,7 @@ config BOARD_GOOGLE_VEYRON_MINNIE select BOARD_GOOGLE_VEYRON select SYSTEM_TYPE_LAPTOP -config BOARD_GOOGLE_VEYRON_NICKY - bool "Veyron_Nicky" - select BOARD_GOOGLE_VEYRON - -config BOARD_GOOGLE_VEYRON_PINKY - bool "Veyron_Pinky" - select BOARD_GOOGLE_VEYRON - -config BOARD_GOOGLE_VEYRON_SHARK - bool "Veyron_Shark" - select BOARD_GOOGLE_VEYRON - 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" - select BOARD_GOOGLE_VEYRON |