drop three unneeded config variables:
[coreboot.git] / src / northbridge / intel / i440bx / Kconfig
index fe7124764f60f7fe98f1d1dfa67ca8dd48e00890..4044a4a9ac9ec69cbd588e3a023c892676f0f979 100644 (file)
@@ -5,8 +5,7 @@
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 config NORTHBRIDGE_INTEL_I440BX
        bool
-       default n
+       select HAVE_DEBUG_RAM_SETUP
 
-config HAVE_HIGH_TABLES
+config SDRAMPWR_4DIMM
        bool
-       default y
+       depends on NORTHBRIDGE_INTEL_I440BX
+       default n
+       help
+         This option affects how the SDRAMC register is programmed.
+         Memory clock signals will not be routed properly if this option
+         is set wrong.
+
+         If your board has 4 DIMM slots, you must use select this option, in
+         your Kconfig file of the board. On boards with 3 DIMM slots,
+         do _not_ select this option.