aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/Kconfig
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2013-01-11 09:54:55 -0800
committerRonald G. Minnich <rminnich@gmail.com>2013-03-17 22:52:32 +0100
commit218a6864ff9528ecdb381d91991c9045bbb6843f (patch)
tree1f7f1d81486d36e804c5f416e2b42d71c59eb0f3 /src/mainboard/intel/Kconfig
parentc9fc0297ad6a63d9edf981a46f29f9372d11634c (diff)
Add Intel Whitetip Mountain 1 mainboard
Lots of things are still placeholder and need work. Due to the useful GPIOs being run to either the EC or the SIO1007 I have hard coded developer mode on and recovery mode off. Change-Id: I4c308bd90db03ac5bffdfde566e5adbbaabac632 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: http://review.coreboot.org/2724 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/intel/Kconfig')
-rw-r--r--src/mainboard/intel/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/intel/Kconfig b/src/mainboard/intel/Kconfig
index fff6594759..000095705d 100644
--- a/src/mainboard/intel/Kconfig
+++ b/src/mainboard/intel/Kconfig
@@ -21,6 +21,8 @@ config BOARD_INTEL_XE7501DEVKIT
bool "XE7501devkit"
config BOARD_INTEL_BASKING_RIDGE
bool "Basking Ridge CRB"
+config BOARD_INTEL_WTM1
+ bool "Whitetip Mountain 1 CRB"
endchoice
@@ -33,6 +35,7 @@ source "src/mainboard/intel/jarrell/Kconfig"
source "src/mainboard/intel/mtarvon/Kconfig"
source "src/mainboard/intel/truxton/Kconfig"
source "src/mainboard/intel/xe7501devkit/Kconfig"
+source "src/mainboard/intel/wtm1/Kconfig"
config MAINBOARD_VENDOR
string