aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i945/Kconfig
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-09-29 21:35:48 +0000
committerMyles Watson <mylesgw@gmail.com>2009-09-29 21:35:48 +0000
commit53ad9f585ddc3f40671adcd92a6341eadd229a06 (patch)
treed858e1ff88b79dfb326c6d288ba3af555de8499c /src/northbridge/intel/i945/Kconfig
parentbabb03a5becfb21dff5528c906bd317e3238f0f9 (diff)
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
Diffstat (limited to 'src/northbridge/intel/i945/Kconfig')
-rw-r--r--src/northbridge/intel/i945/Kconfig7
1 files changed, 1 insertions, 6 deletions
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
-