Make Kconfig more similar to newconfig: enable "HAVE_HIGH_TABLES" per
default.

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



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5160 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/src/Kconfig b/src/Kconfig
index 99aabdf..07bf9bb 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -247,7 +247,7 @@
 
 config HAVE_HIGH_TABLES
 	bool
-	default n
+	default y
 	help
 	  This variable specifies whether a given northbridge has high table
 	  support.