diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-25 13:45:08 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-25 13:45:08 +0000 |
commit | 13f2bb09d4befd63f2f2c5307f0e1835eb747732 (patch) | |
tree | fd18d13aaefca3b8f0d99a1b25c1d2ab90450f13 /src/Kconfig | |
parent | a7acc515bd10f24d400b3aa3a3c807076cac4f95 (diff) | |
download | coreboot-13f2bb09d4befd63f2f2c5307f0e1835eb747732.tar.xz |
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
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |