Add support for the Traverse Technologies Geos mainboard.
This board is similar to the AMD Norwich mainboard.

Signed-off-by: Nathan Williams <nathan@traverse.com.au>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5574 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/src/mainboard/traverse/Kconfig b/src/mainboard/traverse/Kconfig
new file mode 100644
index 0000000..692af42
--- /dev/null
+++ b/src/mainboard/traverse/Kconfig
@@ -0,0 +1,7 @@
+choice
+	prompt "Mainboard model"
+	depends on VENDOR_TRAVERSE
+
+source "src/mainboard/traverse/geos/Kconfig"
+
+endchoice