blob: dbb2d7436b3e55a50f974bed92faba25443bebdc [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
Shelley Chen4e9bb332021-10-20 15:43:45 -07005 select NO_ECAM_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
Julius Wernerc770ad62024-06-03 17:39:01 -07008 select NEED_SMALL_2MB_PAGE_TABLES
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.