blob: ff8e2ae7297a6690f1c81e036a9caae56e47f03b [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
Julius Wernerbaf27db2019-10-02 17:28:56 -07007 select NO_CBFS_MCACHE
Patrick Georgi88f55b22009-09-25 18:43:02 +00008
Keith Hui9c1e1f02010-03-13 20:16:48 +00009config SDRAMPWR_4DIMM
10 bool
11 depends on NORTHBRIDGE_INTEL_I440BX
12 default n
13 help
14 This option affects how the SDRAMC register is programmed.
15 Memory clock signals will not be routed properly if this option
16 is set wrong.
Stefan Reinauer14e22772010-04-27 06:56:47 +000017
Keith Hui9c1e1f02010-03-13 20:16:48 +000018 If your board has 4 DIMM slots, you must use select this option, in
19 your Kconfig file of the board. On boards with 3 DIMM slots,
20 do _not_ select this option.