<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Make Kconfig
more similar to newconfig: enable "HAVE_HIGH_TABLES" per default.<br>
<br>
Signed-off-by: Stefan Reinauer <a class="moz-txt-link-rfc2396E" href="mailto:stepan@coresystems.de"><stepan@coresystems.de></a><br>
<br>
Index: src/Kconfig<br>
===================================================================<br>
--- src/Kconfig    (revision 4981)<br>
+++ src/Kconfig    (working copy)<br>
@@ -259,7 +259,7 @@<br>
 <br>
 config HAVE_HIGH_TABLES<br>
     bool<br>
-    default n<br>
+    default y<br>
     help<br>
       This variable specifies whether a given northbridge has high
table<br>
       support.<br>
<br>
</font></font>
</body>
</html>