nvidia/mcp55: Move HAVE_HARD_RESET to southbridge
[coreboot.git] / src / mainboard / asus / m2n-e / Kconfig
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
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 if BOARD_ASUS_M2N_E
22
23 config BOARD_SPECIFIC_OPTIONS # dummy
24         def_bool y
25         select ARCH_X86
26         select CPU_AMD_SOCKET_AM2
27         select DIMM_DDR2
28         select NORTHBRIDGE_AMD_AMDK8
29         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
30         select SOUTHBRIDGE_NVIDIA_MCP55
31         select MCP55_USE_NIC
32         select MCP55_USE_AZA
33         select SUPERIO_ITE_IT8716F
34         select SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL
35         select HAVE_BUS_CONFIG
36         select HAVE_OPTION_TABLE
37         select HAVE_MP_TABLE
38         select LIFT_BSP_APIC_ID
39         select K8_REV_F_SUPPORT
40         select BOARD_ROMSIZE_KB_512
41         select RAMINIT_SYSINFO
42         select K8_ALLOCATE_IO_RANGE
43
44 config MAINBOARD_DIR
45         string
46         default asus/m2n-e
47
48 config DCACHE_RAM_BASE
49         hex
50         default 0xc8000
51
52 config DCACHE_RAM_SIZE
53         hex
54         default 0x08000
55
56 config DCACHE_RAM_GLOBAL_VAR_SIZE
57         hex
58         default 0x01000
59
60 config APIC_ID_OFFSET
61         hex
62         default 0x10
63
64 config MEM_TRAIN_SEQ
65         int
66         default 2
67
68 config SB_HT_CHAIN_ON_BUS0
69         int
70         default 2
71
72 config MAINBOARD_PART_NUMBER
73         string
74         default "M2N-E"
75
76 config PCI_64BIT_PREF_MEM
77         bool
78         default n
79
80 config MAX_CPUS
81         int
82         default 2
83
84 config MAX_PHYSICAL_CPUS
85         int
86         default 1
87
88 config HT_CHAIN_UNITID_BASE
89         hex
90         default 0x0
91
92 config HT_CHAIN_END_UNITID_BASE
93         hex
94         default 0x20
95
96 config SERIAL_CPU_INIT
97         bool
98         default n
99
100 endif # BOARD_ASUS_M2N_E