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/e7501/Kconfig b/src/northbridge/intel/e7501/Kconfig
index a888320..64098ab 100644
--- a/src/northbridge/intel/e7501/Kconfig
+++ b/src/northbridge/intel/e7501/Kconfig
@@ -1,8 +1,5 @@
 config NORTHBRIDGE_INTEL_E7501
 	bool
 	default n
+	select HAVE_HIGH_TABLES
 
-config HAVE_HIGH_TABLES
-	bool
-	default y
-	depends on NORTHBRIDGE_INTEL_E7501
diff --git a/src/northbridge/intel/e7520/Kconfig b/src/northbridge/intel/e7520/Kconfig
index 577c6dc..bb01dc2 100644
--- a/src/northbridge/intel/e7520/Kconfig
+++ b/src/northbridge/intel/e7520/Kconfig
@@ -1,8 +1,5 @@
 config NORTHBRIDGE_INTEL_E7520
 	bool
 	default n
+	select HAVE_HIGH_TABLES
 
-config HAVE_HIGH_TABLES
-	bool
-	default y
-	depends on NORTHBRIDGE_INTEL_E7520
diff --git a/src/northbridge/intel/e7525/Kconfig b/src/northbridge/intel/e7525/Kconfig
index 07d7b69..9688332 100644
--- a/src/northbridge/intel/e7525/Kconfig
+++ b/src/northbridge/intel/e7525/Kconfig
@@ -1,8 +1,5 @@
 config NORTHBRIDGE_INTEL_E7525
 	bool
 	default n
+	select HAVE_HIGH_TABLES
 
-config HAVE_HIGH_TABLES
-	bool
-	default y
-	depends on NORTHBRIDGE_INTEL_E7525
diff --git a/src/northbridge/intel/i3100/Kconfig b/src/northbridge/intel/i3100/Kconfig
index 1a1a959..4ee5472 100644
--- a/src/northbridge/intel/i3100/Kconfig
+++ b/src/northbridge/intel/i3100/Kconfig
@@ -1,8 +1,5 @@
 config NORTHBRIDGE_INTEL_I3100
 	bool
 	default n
+	select HAVE_HIGH_TABLES
 
-config HAVE_HIGH_TABLES
-	bool
-	default y
-	depends on NORTHBRIDGE_INTEL_I3100
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
 
diff --git a/src/northbridge/intel/i82810/Kconfig b/src/northbridge/intel/i82810/Kconfig
index 42cd4e2..ec4245e 100644
--- a/src/northbridge/intel/i82810/Kconfig
+++ b/src/northbridge/intel/i82810/Kconfig
@@ -21,9 +21,5 @@
 config NORTHBRIDGE_INTEL_I82810
 	bool
 	default n
-
-config HAVE_HIGH_TABLES
-	bool
-	default y
-	depends on NORTHBRIDGE_INTEL_I82810
+	select HAVE_HIGH_TABLES
 
diff --git a/src/northbridge/intel/i82830/Kconfig b/src/northbridge/intel/i82830/Kconfig
index 9dc7678..2fb8dc5 100644
--- a/src/northbridge/intel/i82830/Kconfig
+++ b/src/northbridge/intel/i82830/Kconfig
@@ -1,8 +1,5 @@
 config NORTHBRIDGE_INTEL_I82830
 	bool
 	default n
+	select HAVE_HIGH_TABLES
 
-config HAVE_HIGH_TABLES
-	bool
-	default y
-	depends on NORTHBRIDGE_INTEL_I82830
diff --git a/src/northbridge/intel/i855gme/Kconfig b/src/northbridge/intel/i855gme/Kconfig
index 554cbf5..7d17c02 100644
--- a/src/northbridge/intel/i855gme/Kconfig
+++ b/src/northbridge/intel/i855gme/Kconfig
@@ -1,8 +1,5 @@
 config NORTHBRIDGE_INTEL_I855GME
 	bool
 	default n
+	select HAVE_HIGH_TABLES
 
-config HAVE_HIGH_TABLES
-	bool
-	default y
-	depends on NORTHBRIDGE_INTEL_I855GME
diff --git a/src/northbridge/intel/i855pm/Kconfig b/src/northbridge/intel/i855pm/Kconfig
index 4ce9be7..9f9c65f 100644
--- a/src/northbridge/intel/i855pm/Kconfig
+++ b/src/northbridge/intel/i855pm/Kconfig
@@ -1,8 +1,5 @@
 config NORTHBRIDGE_INTEL_I855PM
 	bool
 	default n
+	select HAVE_HIGH_TABLES
 
-config HAVE_HIGH_TABLES
-	bool
-	default y
-	depends on NORTHBRIDGE_INTEL_I855PM
diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig
index b569f27..0068bf1 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
-