summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/Kconfig
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2009-08-12 15:56:17 +0000
committerRonald G. Minnich <rminnich@gmail.com>2009-08-12 15:56:17 +0000
commitfd4519b5ef086fbec60041570c6c9d73d6a80a79 (patch)
tree711ec4ccd8f0e9c785cd3fddd0f2aa9dd1161996 /src/northbridge/amd/amdk8/Kconfig
parent5f6572ec8bc6eb2acd3a7882445913b0b9fe0d91 (diff)
downloadcoreboot-fd4519b5ef086fbec60041570c6c9d73d6a80a79.tar.xz
This now builds.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4537 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdk8/Kconfig')
-rw-r--r--src/northbridge/amd/amdk8/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig
index 171f1f50ee..181f1c219a 100644
--- a/src/northbridge/amd/amdk8/Kconfig
+++ b/src/northbridge/amd/amdk8/Kconfig
@@ -20,3 +20,14 @@
config NORTHBRIDGE_AMD_AMDK8
bool
default n
+
+config AGP_APERTURE_SIZE
+ hex
+ default 0x4000000
+
+config HAVE_HIGH_TABLES
+ int
+ default 1
+
+
+source src/northbridge/amd/amdk8/root_complex/Kconfig \ No newline at end of file