northbridge/intel/i440bx: Unify UDELAY selection
[coreboot.git] / src / northbridge / intel / i440bx / Kconfig
blob3f574a48d61d43ebc73d5c35e653209d63fd6343
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
16 config NORTHBRIDGE_INTEL_I440BX
17         bool
18         select HAVE_DEBUG_RAM_SETUP
19         select LATE_CBMEM_INIT
20         select UDELAY_IO
22 config SDRAMPWR_4DIMM
23         bool
24         depends on NORTHBRIDGE_INTEL_I440BX
25         default n
26         help
27           This option affects how the SDRAMC register is programmed.
28           Memory clock signals will not be routed properly if this option
29           is set wrong.
31           If your board has 4 DIMM slots, you must use select this option, in
32           your Kconfig file of the board. On boards with 3 DIMM slots,
33           do _not_ select this option.