From 53ad9f585ddc3f40671adcd92a6341eadd229a06 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Tue, 29 Sep 2009 21:35:48 +0000 Subject: Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. Signed-off-by: Myles Watson Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4691 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/amdfam10/Kconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/northbridge/amd/amdfam10') 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 -- cgit v1.2.3