2020-05-07 12:07:24 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2009-08-25 14:25:36 +02:00
|
|
|
|
|
|
|
config NORTHBRIDGE_INTEL_I440BX
|
|
|
|
bool
|
2016-11-29 15:46:56 +01:00
|
|
|
select NO_MMCONF_SUPPORT
|
2010-08-26 14:46:02 +02:00
|
|
|
select HAVE_DEBUG_RAM_SETUP
|
2019-11-12 12:05:38 +01:00
|
|
|
select NO_BOOTBLOCK_CONSOLE
|
2019-10-03 02:28:56 +02:00
|
|
|
select NO_CBFS_MCACHE
|
2009-09-25 20:43:02 +02:00
|
|
|
|
2010-03-13 21:16:48 +01:00
|
|
|
config SDRAMPWR_4DIMM
|
|
|
|
bool
|
|
|
|
depends on NORTHBRIDGE_INTEL_I440BX
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option affects how the SDRAMC register is programmed.
|
|
|
|
Memory clock signals will not be routed properly if this option
|
|
|
|
is set wrong.
|
2010-04-27 08:56:47 +02:00
|
|
|
|
2010-03-13 21:16:48 +01:00
|
|
|
If your board has 4 DIMM slots, you must use select this option, in
|
|
|
|
your Kconfig file of the board. On boards with 3 DIMM slots,
|
|
|
|
do _not_ select this option.
|