aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-09-29 21:35:48 +0000
committerMyles Watson <mylesgw@gmail.com>2009-09-29 21:35:48 +0000
commit53ad9f585ddc3f40671adcd92a6341eadd229a06 (patch)
treed858e1ff88b79dfb326c6d288ba3af555de8499c /src/northbridge/amd
parentbabb03a5becfb21dff5528c906bd317e3238f0f9 (diff)
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
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r--src/northbridge/amd/amdfam10/Kconfig6
-rw-r--r--src/northbridge/amd/amdk8/Kconfig6
-rw-r--r--src/northbridge/amd/amdk8/Makefile.inc5
3 files changed, 2 insertions, 15 deletions
diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig
index e3b55fc3bb..c729566553 100644
--- a/src/northbridge/amd/amdfam10/Kconfig
+++ b/src/northbridge/amd/amdfam10/Kconfig
@@ -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
diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig
index bbc4c651da..d33c069769 100644
--- a/src/northbridge/amd/amdk8/Kconfig
+++ b/src/northbridge/amd/amdk8/Kconfig
@@ -19,6 +19,7 @@
config NORTHBRIDGE_AMD_AMDK8
bool
+ select HAVE_HIGH_TABLES
default n
config AGP_APERTURE_SIZE
@@ -26,11 +27,6 @@ config AGP_APERTURE_SIZE
default 0x4000000
depends on NORTHBRIDGE_AMD_AMDK8
-config HAVE_HIGH_TABLES
- bool
- default y
- depends on NORTHBRIDGE_AMD_AMDK8
-
config HYPERTRANSPORT_PLUGIN_SUPPORT
bool
default y
diff --git a/src/northbridge/amd/amdk8/Makefile.inc b/src/northbridge/amd/amdk8/Makefile.inc
index 8a12d77f10..716e38c6bf 100644
--- a/src/northbridge/amd/amdk8/Makefile.inc
+++ b/src/northbridge/amd/amdk8/Makefile.inc
@@ -1,8 +1,3 @@
-
-#default CONFIG_AGP_APERTURE_SIZE=0x4000000
-#default CONFIG_HAVE_HIGH_TABLES=1
-
-
driver-y += northbridge.o
driver-y += misc_control.o
obj-y += get_sblk_pci1234.o