drop three unneeded config variables:
[coreboot.git] / src / northbridge / amd / amdk8 / 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_AMDK8
21         bool
22         select HAVE_DEBUG_RAM_SETUP
23         select HAVE_DEBUG_SMBUS
24         select HYPERTRANSPORT_PLUGIN_SUPPORT
25
26 config AGP_APERTURE_SIZE
27         hex
28         default 0x4000000
29         depends on NORTHBRIDGE_AMD_AMDK8
30
31 config K8_HT_FREQ_1G_SUPPORT
32         bool
33         default n
34         depends on NORTHBRIDGE_AMD_AMDK8
35
36 config MEM_TRAIN_SEQ
37         int
38         default 0
39         depends on NORTHBRIDGE_AMD_AMDK8
40
41 config HW_MEM_HOLE_SIZEK
42         hex
43         default 0x100000
44         depends on NORTHBRIDGE_AMD_AMDK8
45
46 config HW_MEM_HOLE_SIZE_AUTO_INC
47         bool
48         default n
49         depends on NORTHBRIDGE_AMD_AMDK8
50
51 config SB_HT_CHAIN_UNITID_OFFSET_ONLY
52         bool
53         default n
54         depends on NORTHBRIDGE_AMD_AMDK8
55
56 source src/northbridge/amd/amdk8/root_complex/Kconfig