More Kconfig changes to improve match with newconfig:
[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 HAVE_OPTION_TABLE
34         select HAVE_ACPI_TABLES
35         select HAVE_ACPI_RESUME
36         select BOARD_ROMSIZE_KB_512
37         select VGA
38         select TINY_BOOTBLOCK
39         select HAVE_MAINBOARD_RESOURCES
40
41 config MAINBOARD_DIR
42         string
43         default asus/m2v-mx_se
44         depends on BOARD_ASUS_M2V_MX_SE
45
46 config DCACHE_RAM_BASE
47         hex
48         default 0xcc000
49         depends on BOARD_ASUS_M2V_MX_SE
50
51 config DCACHE_RAM_SIZE
52         hex
53         default 0x4000
54         depends on BOARD_ASUS_M2V_MX_SE
55
56 config DCACHE_RAM_GLOBAL_VAR_SIZE
57         hex
58         default 0x01000
59         depends on BOARD_ASUS_M2V_MX_SE
60
61 config APIC_ID_OFFSET
62         hex
63         default 0x10
64         depends on BOARD_ASUS_M2V_MX_SE
65
66 config MAINBOARD_PART_NUMBER
67         string
68         default "M2V-MX SE"
69         depends on BOARD_ASUS_M2V_MX_SE
70
71 config MAX_CPUS
72         int
73         default 2
74         depends on BOARD_ASUS_M2V_MX_SE
75
76 config MAX_PHYSICAL_CPUS
77         int
78         default 1
79         depends on BOARD_ASUS_M2V_MX_SE
80
81 config HEAP_SIZE
82         hex
83         default 0x40000
84         depends on BOARD_ASUS_M2V_MX_SE
85
86 config LB_CKS_RANGE_END
87         int
88         default 122
89         depends on BOARD_ASUS_M2V_MX_SE
90
91 config LB_CKS_LOC
92         int
93         default 123
94         depends on BOARD_ASUS_M2V_MX_SE
95
96 config HT_CHAIN_UNITID_BASE
97         hex
98         default 0x0
99         depends on BOARD_ASUS_M2V_MX_SE
100
101 config SB_HT_CHAIN_UNITID_OFFSET_ONLY
102         bool
103         default n
104         depends on BOARD_ASUS_M2V_MX_SE
105
106 config SB_HT_CHAIN_ON_BUS0
107         int
108         default 1
109         depends on BOARD_ASUS_M2V_MX_SE
110
111 config HT_CHAIN_END_UNITID_BASE
112         hex
113         default 0x20
114         depends on BOARD_ASUS_M2V_MX_SE
115
116 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
117         hex
118         default 0x1043
119         depends on BOARD_ASUS_M2V_MX_SE
120