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/intel/i945/Kconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/northbridge/intel/i945') diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig index b569f2707e..0068bf165a 100644 --- a/src/northbridge/intel/i945/Kconfig +++ b/src/northbridge/intel/i945/Kconfig @@ -19,10 +19,5 @@ config NORTHBRIDGE_INTEL_I945 bool + select HAVE_HIGH_TABLES default n - -config HAVE_HIGH_TABLES - bool - default y - depends on NORTHBRIDGE_INTEL_I945 - -- cgit v1.2.3