drop three unneeded config variables:
[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_DEBUG_RAM_SETUP
23         select HAVE_DEBUG_SMBUS
24         select HYPERTRANSPORT_PLUGIN_SUPPORT
25         select NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX
26
27 config AGP_APERTURE_SIZE
28         hex
29         default 0x4000000
30         depends on NORTHBRIDGE_AMD_AMDFAM10
31
32 config HT3_SUPPORT
33         bool
34         default y
35         depends on NORTHBRIDGE_AMD_AMDFAM10
36
37 config AMDMCT
38         bool
39         default y
40         depends on NORTHBRIDGE_AMD_AMDFAM10
41
42 config MEM_TRAIN_SEQ
43         int
44         default 0
45         depends on NORTHBRIDGE_AMD_AMDFAM10
46
47 config HW_MEM_HOLE_SIZEK
48         hex
49         default 0x100000
50         depends on NORTHBRIDGE_AMD_AMDFAM10
51
52 config HW_MEM_HOLE_SIZE_AUTO_INC
53         bool
54         default n
55         depends on NORTHBRIDGE_AMD_AMDFAM10
56
57 config BOOTBLOCK_NORTHBRIDGE_INIT
58         string
59         default "northbridge/amd/amdfam10/bootblock.c"
60         depends on NORTHBRIDGE_AMD_AMDFAM10
61
62 config SB_HT_CHAIN_UNITID_OFFSET_ONLY
63         bool
64         default n
65         depends on NORTHBRIDGE_AMD_AMDFAM10
66
67 source src/northbridge/amd/amdfam10/root_complex/Kconfig