Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
[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_DCACHE_RAM
30         select HAVE_OPTION_TABLE
31         select HAVE_ACPI_TABLES
32         select BOARD_ROMSIZE_KB_512
33         select VGA
34         select TINY_BOOTBLOCK
35         select HAVE_MAINBOARD_RESOURCES
36
37 config MAINBOARD_DIR
38         string
39         default asus/m2v-mx_se
40         depends on BOARD_ASUS_M2V_MX_SE
41
42 config DCACHE_RAM_BASE
43         hex
44         default 0xcc000
45         depends on BOARD_ASUS_M2V_MX_SE
46
47 config DCACHE_RAM_SIZE
48         hex
49         default 0x4000
50         depends on BOARD_ASUS_M2V_MX_SE
51
52 config DCACHE_RAM_GLOBAL_VAR_SIZE
53         hex
54         default 0x01000
55         depends on BOARD_ASUS_M2V_MX_SE
56
57 config APIC_ID_OFFSET
58         hex
59         default 0x10
60         depends on BOARD_ASUS_M2V_MX_SE
61
62 config MAINBOARD_PART_NUMBER
63         string
64         default "M2V-MX SE"
65         depends on BOARD_ASUS_M2V_MX_SE
66
67 config MAX_CPUS
68         int
69         default 2
70         depends on BOARD_ASUS_M2V_MX_SE
71
72 config MAX_PHYSICAL_CPUS
73         int
74         default 1
75         depends on BOARD_ASUS_M2V_MX_SE
76
77 config HEAP_SIZE
78         hex
79         default 0x40000
80         depends on BOARD_ASUS_M2V_MX_SE
81
82 config HT_CHAIN_UNITID_BASE
83         hex
84         default 0x0
85         depends on BOARD_ASUS_M2V_MX_SE
86
87 config SB_HT_CHAIN_ON_BUS0
88         int
89         default 1
90         depends on BOARD_ASUS_M2V_MX_SE
91
92 config HT_CHAIN_END_UNITID_BASE
93         hex
94         default 0x20
95         depends on BOARD_ASUS_M2V_MX_SE
96
97 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
98         hex
99         default 0x1043
100         depends on BOARD_ASUS_M2V_MX_SE
101