summaryrefslogtreecommitdiff
path: root/src/mainboard/google/Kconfig
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2013-05-16 05:53:40 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 20:09:21 +0200
commitd3163abd4310011c4616e757662d1777188b4a22 (patch)
tree7e9de182ea0e1bcb3e993aa5c491df32b3c6a8c7 /src/mainboard/google/Kconfig
parentb2d811aa9eae2f9292bd6e9eb3d7ee881ece0ab9 (diff)
downloadcoreboot-d3163abd4310011c4616e757662d1777188b4a22.tar.xz
pit: Add a "pit" mainboard which is mostly a copy of "snow".
This change adds a pit mainboard which is mostly a copy of snow, except that mentions of the 5250 were replaced with the 5420, and mentions of snow were replaced with pit. Change-Id: I8eb0ce379eb2fa353bb88d5656a0c5e2290afbf0 Signed-off-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3646 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/Kconfig')
-rw-r--r--src/mainboard/google/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/Kconfig b/src/mainboard/google/Kconfig
index e389b597d4..0e34a8dc26 100644
--- a/src/mainboard/google/Kconfig
+++ b/src/mainboard/google/Kconfig
@@ -32,6 +32,8 @@ config BOARD_GOOGLE_LINK
bool "Link"
config BOARD_GOOGLE_PARROT
bool "Parrot"
+config BOARD_GOOGLE_PIT
+ bool "Pit"
config BOARD_GOOGLE_SNOW
bool "Snow"
config BOARD_GOOGLE_STOUT
@@ -42,6 +44,7 @@ endchoice
source "src/mainboard/google/butterfly/Kconfig"
source "src/mainboard/google/link/Kconfig"
source "src/mainboard/google/parrot/Kconfig"
+source "src/mainboard/google/pit/Kconfig"
source "src/mainboard/google/snow/Kconfig"
source "src/mainboard/google/stout/Kconfig"