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
|
config HAVE_HIGH_TABLES
|
||||||
bool
|
bool
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
This variable specifies whether a given northbridge has high table
|
This variable specifies whether a given northbridge has high table
|
||||||
support.
|
support.
|
||||||
|
|
Loading…
Reference in New Issue