blob: 0e612853b126ea03d394131358f7cb89dc35d5f8 [file] [log] [blame]
Elyes HAOUAS36787b02020-05-07 12:07:24 +02001# SPDX-License-Identifier: GPL-2.0-only
Uwe Hermannb7fec822009-08-25 12:25:36 +00002
3config NORTHBRIDGE_INTEL_I440BX
4 bool
Kyösti Mälkki3d15e102016-11-29 16:46:56 +02005 select NO_MMCONF_SUPPORT
Jens Rottmann0d11f2d2010-08-26 12:46:02 +00006 select HAVE_DEBUG_RAM_SETUP
Arthur Heymans1fa240a2019-11-12 12:05:38 +01007 select NO_BOOTBLOCK_CONSOLE
Julius Wernerbaf27db2019-10-02 17:28:56 -07008 select NO_CBFS_MCACHE
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.