blob: 8908cea9020f484a5ed1fb226aa923f3904658c8 [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
Elyes Haouasbfcea142022-12-11 08:55:49 +01008 select NO_DDR5
9 select NO_LPDDR4
10 select NO_DDR4
11 select NO_DDR3
12 select NO_DDR2
Patrick Georgi88f55b22009-09-25 18:43:02 +000013
Keith Hui9c1e1f02010-03-13 20:16:48 +000014config SDRAMPWR_4DIMM
15 bool
16 depends on NORTHBRIDGE_INTEL_I440BX
17 default n
18 help
19 This option affects how the SDRAMC register is programmed.
20 Memory clock signals will not be routed properly if this option
21 is set wrong.
Stefan Reinauer14e22772010-04-27 06:56:47 +000022
Keith Hui9c1e1f02010-03-13 20:16:48 +000023 If your board has 4 DIMM slots, you must use select this option, in
24 your Kconfig file of the board. On boards with 3 DIMM slots,
25 do _not_ select this option.