Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be
[coreboot.git] / src / mainboard / asus / m2v-mx_se / Kconfig
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2009 Cristi Măgherușan <cristi.magherusan@net.utcluj.ro>
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; either version 2 of the License, or
9 ## (at your option) any later version.
10 ##
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ## GNU General Public License for more details.
15 ##
16 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software
18 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
19 ##
20
21 config BOARD_ASUS_M2V_MX_SE
22         bool "M2V-MX SE"
23         select ARCH_X86
24         select CPU_AMD_SOCKET_AM2
25         select NORTHBRIDGE_AMD_AMDK8
26         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
27         select SOUTHBRIDGE_VIA_VT8237R
28         select SOUTHBRIDGE_VIA_K8T890
29         select SUPERIO_ITE_IT8712F
30         select USE_PRINTK_IN_CAR
31         select USE_DCACHE_RAM
32         select HAVE_HARD_RESET
33         select IOAPIC
34         select HAVE_OPTION_TABLE
35         select HAVE_ACPI_TABLES
36         select BOARD_ROMSIZE_KB_512
37         select VGA
38
39 config MAINBOARD_DIR
40         string
41         default asus/m2v-mx_se
42         depends on BOARD_ASUS_M2V_MX_SE
43
44 config DCACHE_RAM_BASE
45         hex
46         default 0xcc000
47         depends on BOARD_ASUS_M2V_MX_SE
48
49 config DCACHE_RAM_SIZE
50         hex
51         default 0x4000
52         depends on BOARD_ASUS_M2V_MX_SE
53
54 config DCACHE_RAM_GLOBAL_VAR_SIZE
55         hex
56         default 0x01000
57         depends on BOARD_ASUS_M2V_MX_SE
58
59 config APIC_ID_OFFSET
60         hex
61         default 0x10
62         depends on BOARD_ASUS_M2V_MX_SE
63
64 config MAINBOARD_PART_NUMBER
65         string
66         default "M2V-MX SE"
67         depends on BOARD_ASUS_M2V_MX_SE
68
69 config MAX_CPUS
70         int
71         default 2
72         depends on BOARD_ASUS_M2V_MX_SE
73
74 config MAX_PHYSICAL_CPUS
75         int
76         default 1
77         depends on BOARD_ASUS_M2V_MX_SE
78
79 config HEAP_SIZE
80         hex
81         default 0x40000
82         depends on BOARD_ASUS_M2V_MX_SE
83
84 config LB_CKS_RANGE_END
85         int
86         default 122
87         depends on BOARD_ASUS_M2V_MX_SE
88
89 config LB_CKS_LOC
90         int
91         default 123
92         depends on BOARD_ASUS_M2V_MX_SE
93
94 config HT_CHAIN_UNITID_BASE
95         hex
96         default 0x0
97         depends on BOARD_ASUS_M2V_MX_SE
98
99 config SB_HT_CHAIN_UNITID_OFFSET_ONLY
100         bool
101         default n
102         depends on BOARD_ASUS_M2V_MX_SE
103
104 config SB_HT_CHAIN_ON_BUS0
105         int
106         default 1
107         depends on BOARD_ASUS_M2V_MX_SE
108
109 config HT_CHAIN_END_UNITID_BASE
110         hex
111         default 0x20
112         depends on BOARD_ASUS_M2V_MX_SE
113