daff00a0d466f2e4168a6c89ac289dafb4b7cc7e
[coreboot.git] / src / northbridge / amd / amdfam10 / Kconfig
1 #
2 # This file is part of the coreboot project.
3 #
4 # Copyright (C) 2007-2009 coresystems GmbH
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.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18 #
19
20 config NORTHBRIDGE_AMD_AMDFAM10
21         bool
22         select HAVE_HIGH_TABLES
23         select HYPERTRANSPORT_PLUGIN_SUPPORT
24
25 config AGP_APERTURE_SIZE
26         hex
27         default 0x4000000
28         depends on NORTHBRIDGE_AMD_AMDFAM10
29
30 config HT3_SUPPORT
31         bool
32         default y
33         depends on NORTHBRIDGE_AMD_AMDFAM10
34
35 config AMDMCT
36         bool
37         default y
38         depends on NORTHBRIDGE_AMD_AMDFAM10
39
40 config MEM_TRAIN_SEQ
41         int
42         default 0
43         depends on NORTHBRIDGE_AMD_AMDFAM10
44
45 config HW_MEM_HOLE_SIZEK
46         hex
47         default 0x100000
48         depends on NORTHBRIDGE_AMD_AMDFAM10
49
50 config HW_MEM_HOLE_SIZE_AUTO_INC
51         bool
52         default n
53         depends on NORTHBRIDGE_AMD_AMDFAM10
54
55 config BOOTBLOCK_NORTHBRIDGE_INIT
56         string
57         default "northbridge/amd/amdfam10/bootblock.c"
58         depends on NORTHBRIDGE_AMD_AMDFAM10
59
60 source src/northbridge/amd/amdfam10/root_complex/Kconfig