From: Stefan Reinauer Date: Thu, 25 Feb 2010 13:45:08 +0000 (+0000) Subject: Make Kconfig more similar to newconfig: enable "HAVE_HIGH_TABLES" per X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=13f2bb09d4befd63f2f2c5307f0e1835eb747732 Make Kconfig more similar to newconfig: enable "HAVE_HIGH_TABLES" per default. Signed-off-by: Stefan Reinauer Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5160 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/src/Kconfig b/src/Kconfig index 99aabdf23..07bf9bb8e 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -247,7 +247,7 @@ config HAVE_LOW_TABLES config HAVE_HIGH_TABLES bool - default n + default y help This variable specifies whether a given northbridge has high table support.