Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4691 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson
2009-09-29 21:35:48 +00:00
parent babb03a5be
commit 53ad9f585d
17 changed files with 20 additions and 73 deletions

View File

@@ -20,15 +20,11 @@
config NORTHBRIDGE_AMD_AMDFAM10
bool
default n
select HAVE_HIGH_TABLES
config AGP_APERTURE_SIZE
hex
default 0x4000000
depends on NORTHBRIDGE_AMD_AMDFAM10
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_AMD_AMDFAM10
source src/northbridge/amd/amdfam10/root_complex/Kconfig