Fix a number of board names in Kconfig (trivial).
[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_K8
25         select CPU_AMD_SOCKET_AM2
26         select NORTHBRIDGE_AMD_AMDK8
27         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
28         select SOUTHBRIDGE_VIA_VT8237R
29         select SOUTHBRIDGE_VIA_K8T890
30         select SUPERIO_ITE_IT8712F
31         select USE_PRINTK_IN_CAR
32         select USE_DCACHE_RAM
33         select HAVE_HARD_RESET
34         select IOAPIC
35         select HAVE_OPTION_TABLE
36         select HAVE_ACPI_TABLES
37         help
38           Asus M2V-MX SE mainboard.
39
40 config MAINBOARD_DIR
41         string
42         default asus/m2v-mx_se
43         depends on BOARD_ASUS_M2V_MX_SE
44
45 config DCACHE_RAM_BASE
46         hex
47         default 0xcc000
48         depends on BOARD_ASUS_M2V_MX_SE
49
50 config DCACHE_RAM_SIZE
51         hex
52         default 0x4000
53         depends on BOARD_ASUS_M2V_MX_SE
54
55 config DCACHE_RAM_GLOBAL_VAR_SIZE
56         hex
57         default 0x01000
58         depends on BOARD_ASUS_M2V_MX_SE
59
60 config APIC_ID_OFFSET
61         hex
62         default 0x10
63         depends on BOARD_ASUS_M2V_MX_SE
64
65 config MAINBOARD_PART_NUMBER
66         string
67         default "M2V-MX SE"
68         depends on BOARD_ASUS_M2V_MX_SE
69
70 config MAX_CPUS
71         int
72         default 2
73         depends on BOARD_ASUS_M2V_MX_SE
74
75 config MAX_PHYSICAL_CPUS
76         int
77         default 1
78         depends on BOARD_ASUS_M2V_MX_SE
79
80 config STACK_SIZE
81         hex
82         default 0x2000
83         depends on BOARD_ASUS_M2V_MX_SE
84
85 config HEAP_SIZE
86         hex
87         default 0x40000
88         depends on BOARD_ASUS_M2V_MX_SE
89
90 config LB_CKS_RANGE_END
91         int
92         default 122
93         depends on BOARD_ASUS_M2V_MX_SE
94
95 config LB_CKS_LOC
96         int
97         default 123
98         depends on BOARD_ASUS_M2V_MX_SE
99
100 config HT_CHAIN_UNITID_BASE
101         hex
102         default 0x0
103         depends on BOARD_ASUS_M2V_MX_SE
104
105 config SB_HT_CHAIN_UNITID_OFFSET_ONLY
106         bool
107         default n
108         depends on BOARD_ASUS_M2V_MX_SE
109
110 config SB_HT_CHAIN_ON_BUS0
111         int
112         default 1
113         depends on BOARD_ASUS_M2V_MX_SE
114
115 config HT_CHAIN_END_UNITID_BASE
116         hex
117         default 0x20
118         depends on BOARD_ASUS_M2V_MX_SE
119