c53ee57409dfeb20b9f0a13ca7c22aa62d236577
[coreboot.git] / src / cpu / amd / agesa / family12 / Kconfig
1 #
2 # This file is part of the coreboot project.
3 #
4 # Copyright (C) 2011 Advanced Micro Devices, Inc.
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 CPU_AMD_AGESA_FAMILY12
21         bool
22         select PCI_IO_CFG_EXT
23
24 config CPU_ADDR_BITS
25         int
26         default 36
27         depends on CPU_AMD_AGESA_FAMILY12
28
29 config CPU_SOCKET_TYPE
30         hex
31         default 0x10
32         depends on CPU_AMD_AGESA_FAMILY12
33
34 # DDR2 and REG
35 config DIMM_SUPPORT
36         hex
37         default 0x0104
38         depends on CPU_AMD_AGESA_FAMILY12
39
40 config EXT_RT_TBL_SUPPORT
41         bool
42         default n
43         depends on CPU_AMD_AGESA_FAMILY12
44
45 config EXT_CONF_SUPPORT
46         bool
47         default n
48         depends on CPU_AMD_AGESA_FAMILY12
49
50 config CBB
51         hex
52         default 0x0
53         depends on CPU_AMD_AGESA_FAMILY12
54
55 config CDB
56         hex
57         default 0x18
58         depends on CPU_AMD_AGESA_FAMILY12
59
60 config XIP_ROM_SIZE
61         hex
62         default 0x80000
63         depends on CPU_AMD_AGESA_FAMILY12
64         
65 config HAVE_INIT_TIMER
66         bool
67         default y
68         depends on CPU_AMD_AGESA_FAMILY12 
69