aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i5000/Kconfig
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2012-02-01 22:06:45 +0100
committerSven Schnelle <svens@stackframe.org>2012-02-02 13:49:33 +0100
commit17670866a0d12839bc2a4c852210ccf11d3cb4b2 (patch)
tree98bf1a6e08e571ea41c31c8c32e7097fa8dd94ae /src/northbridge/intel/i5000/Kconfig
parentf61ad93bc99e3a0557346faa1b60d0c227933d36 (diff)
Add Intel i5000 Memory Controller Hub
Change-Id: Ic169f3f61babfcfa2ddcb84fc0267ebcf8c5f3bb Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/491 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/northbridge/intel/i5000/Kconfig')
-rw-r--r--src/northbridge/intel/i5000/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/northbridge/intel/i5000/Kconfig b/src/northbridge/intel/i5000/Kconfig
new file mode 100644
index 0000000000..0595a57638
--- /dev/null
+++ b/src/northbridge/intel/i5000/Kconfig
@@ -0,0 +1,26 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2011 Sven Schnelle <svens@stackframe.org>
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; version 2 of the License.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+##
+
+config NORTHBRIDGE_INTEL_I5000
+ bool
+ select HAVE_DEBUG_RAM_SETUP
+
+config NORTHBRIDGE_INTEL_I5000_RAM_CHECK
+ bool
+ prompt "Run ramcheck after RAM initialization"