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
diff --git a/src/northbridge/intel/i440bx/Kconfig b/src/northbridge/intel/i440bx/Kconfig
index b9ff5a4..a41c7de 100644
--- a/src/northbridge/intel/i440bx/Kconfig
+++ b/src/northbridge/intel/i440bx/Kconfig
@@ -21,9 +21,5 @@
 config NORTHBRIDGE_INTEL_I440BX
 	bool
 	default n
-
-config HAVE_HIGH_TABLES
-	bool
-	default y
-	depends on NORTHBRIDGE_INTEL_I440BX
+	select HAVE_HIGH_TABLES