Patchwork HAVE_HIGH_TABLES

login
register
about
Submitter Stefan Reinauer
Date 2009-12-18 11:07:26
Message ID <4B2B626E.1090701@coresystems.de>
Download mbox | patch
Permalink /patch/667/
State Accepted
Headers show

Comments

Stefan Reinauer - 2009-12-18 11:07:26
Make Kconfig more similar to newconfig: enable "HAVE_HIGH_TABLES" per
default.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
ron minnich - 2009-12-18 16:18:07
Acked-by: Ronald G. Minnich <rminnich@gmail.com>

Patch

Index: src/Kconfig
===================================================================
--- src/Kconfig    (revision 4981)
+++ src/Kconfig    (working copy)
@@ -259,7 +259,7 @@ 
 
 config HAVE_HIGH_TABLES
     bool
-    default n
+    default y
     help
       This variable specifies whether a given northbridge has high table
       support.