license header fixes
[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; 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 BOARD_ASUS_M2V_MX_SE
21         bool "M2V-MX SE"
22         select ARCH_X86
23         select CPU_AMD_SOCKET_AM2
24         select NORTHBRIDGE_AMD_AMDK8
25         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
26         select SOUTHBRIDGE_VIA_VT8237R
27         select SOUTHBRIDGE_VIA_K8M890
28         select SUPERIO_ITE_IT8712F
29         select USE_PRINTK_IN_CAR
30         select USE_DCACHE_RAM
31         select HAVE_OPTION_TABLE
32         select HAVE_ACPI_TABLES
33         select BOARD_ROMSIZE_KB_512
34         select VGA
35         select TINY_BOOTBLOCK
36         select HAVE_MAINBOARD_RESOURCES
37
38 config MAINBOARD_DIR
39         string
40         default asus/m2v-mx_se
41         depends on BOARD_ASUS_M2V_MX_SE
42
43 config DCACHE_RAM_BASE
44         hex
45         default 0xcc000
46         depends on BOARD_ASUS_M2V_MX_SE
47
48 config DCACHE_RAM_SIZE
49         hex
50         default 0x4000
51         depends on BOARD_ASUS_M2V_MX_SE
52
53 config DCACHE_RAM_GLOBAL_VAR_SIZE
54         hex
55         default 0x01000
56         depends on BOARD_ASUS_M2V_MX_SE
57
58 config APIC_ID_OFFSET
59         hex
60         default 0x10
61         depends on BOARD_ASUS_M2V_MX_SE
62
63 config MAINBOARD_PART_NUMBER
64         string
65         default "M2V-MX SE"
66         depends on BOARD_ASUS_M2V_MX_SE
67
68 config MAX_CPUS
69         int
70         default 2
71         depends on BOARD_ASUS_M2V_MX_SE
72
73 config MAX_PHYSICAL_CPUS
74         int
75         default 1
76         depends on BOARD_ASUS_M2V_MX_SE
77
78 config HEAP_SIZE
79         hex
80         default 0x40000
81         depends on BOARD_ASUS_M2V_MX_SE
82
83 config HT_CHAIN_UNITID_BASE
84         hex
85         default 0x0
86         depends on BOARD_ASUS_M2V_MX_SE
87
88 config SB_HT_CHAIN_ON_BUS0
89         int
90         default 1
91         depends on BOARD_ASUS_M2V_MX_SE
92
93 config HT_CHAIN_END_UNITID_BASE
94         hex
95         default 0x20
96         depends on BOARD_ASUS_M2V_MX_SE
97
98 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
99         hex
100         default 0x1043
101         depends on BOARD_ASUS_M2V_MX_SE
102