util/cbfstool: eliminate late sign of life event
[coreboot2.git] / src / northbridge / intel / i440bx / Kconfig
blobdbb2d7436b3e55a50f974bed92faba25443bebdc
1 # SPDX-License-Identifier: GPL-2.0-only
3 config NORTHBRIDGE_INTEL_I440BX
4         bool
5         select NO_ECAM_MMCONF_SUPPORT
6         select HAVE_DEBUG_RAM_SETUP
7         select NO_CBFS_MCACHE
8         select NEED_SMALL_2MB_PAGE_TABLES
10 config 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.
19           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.