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:
@@ -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
|
||||
|
Reference in New Issue
Block a user