diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-09-29 14:38:10 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-09-29 14:38:10 +0000 |
commit | 5e54871375a3416c576d1d1fbdfddda2dbcc7411 (patch) | |
tree | 50a28963eaed86aa715652c168368836c2a032af /src/northbridge | |
parent | 2f2e435cc6bd77e9456577f4cd712b46bec82b61 (diff) |
More consistent use of "default n" and "select XYZ" in
Kconfig files
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4685 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/i440bx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/i440bx/Kconfig b/src/northbridge/intel/i440bx/Kconfig index fe7124764f..b9ff5a4228 100644 --- a/src/northbridge/intel/i440bx/Kconfig +++ b/src/northbridge/intel/i440bx/Kconfig @@ -25,4 +25,5 @@ config NORTHBRIDGE_INTEL_I440BX config HAVE_HIGH_TABLES bool default y + depends on NORTHBRIDGE_INTEL_I440BX |