Remove address from GPLv2 headers
[coreboot.git] / src / mainboard / asus / m2v-mx_se / Kconfig
blobab155b95673828959064451d2f97a76825bf7dcf
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.
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.
19 if BOARD_ASUS_M2V_MX_SE
21 config BOARD_SPECIFIC_OPTIONS # dummy
22         def_bool y
23         select CPU_AMD_SOCKET_AM2
24         select DIMM_DDR2
25         select NORTHBRIDGE_AMD_AMDK8
26         select SOUTHBRIDGE_VIA_VT8237R
27         select SOUTHBRIDGE_VIA_K8T890
28         select SOUTHBRIDGE_VIA_SUBTYPE_K8M890
29         select SUPERIO_ITE_IT8712F
30         select HAVE_OPTION_TABLE
31         select HAVE_ACPI_TABLES
32         select BOARD_ROMSIZE_KB_512
33         select VGA
34         select HAVE_ACPI_RESUME
35         select QRANK_DIMM_SUPPORT
36         select SET_FIDVID
38 config MAINBOARD_DIR
39         string
40         default asus/m2v-mx_se
42 config DCACHE_RAM_BASE
43         hex
44         default 0xcc000
46 config DCACHE_RAM_SIZE
47         hex
48         default 0x4000
50 config APIC_ID_OFFSET
51         hex
52         default 0x10
54 config MAINBOARD_PART_NUMBER
55         string
56         default "M2V-MX SE"
58 config MAX_CPUS
59         int
60         default 2
62 config MAX_PHYSICAL_CPUS
63         int
64         default 1
66 config HT_CHAIN_UNITID_BASE
67         hex
68         default 0x0
70 config SB_HT_CHAIN_ON_BUS0
71         int
72         default 1
74 config HT_CHAIN_END_UNITID_BASE
75         hex
76         default 0x20
78 endif # BOARD_ASUS_M2V_MX_SE