1# SPDX-License-Identifier: GPL-2.0-only 2 3config NORTHBRIDGE_INTEL_I440BX 4 bool 5 select NO_ECAM_MMCONF_SUPPORT 6 select HAVE_DEBUG_RAM_SETUP 7 select NO_CBFS_MCACHE 8 select NEED_SMALL_2MB_PAGE_TABLES 9 10config 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. 18 19 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. 22