From 13f2bb09d4befd63f2f2c5307f0e1835eb747732 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 25 Feb 2010 13:45:08 +0000 Subject: 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 --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Kconfig b/src/Kconfig index 99aabdf23a..07bf9bb8e6 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. -- cgit v1.2.3