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
This commit is contained in:
parent
a7acc515bd
commit
13f2bb09d4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue