blob: d8a81934fc66ecc508b185b9e118647ede5a3d93 [file] [log] [blame]
Elyes HAOUAS36787b02020-05-07 12:07:24 +02001# This file is part of the coreboot project.
2# SPDX-License-Identifier: GPL-2.0-only
Uwe Hermannb7fec822009-08-25 12:25:36 +00003
4config NORTHBRIDGE_INTEL_I440BX
5 bool
Kyösti Mälkki3d15e102016-11-29 16:46:56 +02006 select NO_MMCONF_SUPPORT
Jens Rottmann0d11f2d2010-08-26 12:46:02 +00007 select HAVE_DEBUG_RAM_SETUP
Arthur Heymans1fa240a2019-11-12 12:05:38 +01008 select NO_BOOTBLOCK_CONSOLE
Patrick Georgi88f55b22009-09-25 18:43:02 +00009
Keith Hui9c1e1f02010-03-13 20:16:48 +000010config SDRAMPWR_4DIMM
11 bool
12 depends on NORTHBRIDGE_INTEL_I440BX
13 default n
14 help
15 This option affects how the SDRAMC register is programmed.
16 Memory clock signals will not be routed properly if this option
17 is set wrong.
Stefan Reinauer14e22772010-04-27 06:56:47 +000018
Keith Hui9c1e1f02010-03-13 20:16:48 +000019 If your board has 4 DIMM slots, you must use select this option, in
20 your Kconfig file of the board. On boards with 3 DIMM slots,
21 do _not_ select this option.