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/e7501/Kconfig | 5 +---- src/northbridge/intel/e7520/Kconfig | 5 +---- src/northbridge/intel/e7525/Kconfig | 5 +---- src/northbridge/intel/i3100/Kconfig | 5 +---- src/northbridge/intel/i440bx/Kconfig | 6 +----- src/northbridge/intel/i82810/Kconfig | 6 +----- src/northbridge/intel/i82830/Kconfig | 5 +---- src/northbridge/intel/i855gme/Kconfig | 5 +---- src/northbridge/intel/i855pm/Kconfig | 5 +---- src/northbridge/intel/i945/Kconfig | 7 +------ 10 files changed, 10 insertions(+), 44 deletions(-) (limited to 'src/northbridge/intel') 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 - -- cgit v1.1