tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / northbridge / intel / i440bx / Kconfig
blob828c69363ddb3905912b4a6f75c8b89a8bb2340e
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
21 config SDRAMPWR_4DIMM
22         bool
23         depends on NORTHBRIDGE_INTEL_I440BX
24         default n
25         help
26           This option affects how the SDRAMC register is programmed.
27           Memory clock signals will not be routed properly if this option
28           is set wrong.
30           If your board has 4 DIMM slots, you must use select this option, in
31           your Kconfig file of the board. On boards with 3 DIMM slots,
32           do _not_ select this option.