6da53a0b95d425ae85ef23b014834222507f0548
[coreboot.git] / src / mainboard / amd / torpedo / Kconfig
1 #
2 # This file is part of the coreboot project.
3 #
4 # Copyright (C) 2011 Advanced Micro Devices, Inc.
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 if BOARD_AMD_TORPEDO
21
22 config BOARD_SPECIFIC_OPTIONS # dummy
23         def_bool y
24   select ARCH_X86
25         select DIMM_DDR3
26         select DIMM_UNREGISTERED
27   select CPU_AMD_AGESA_FAMILY12
28   select NORTHBRIDGE_AMD_AGESA_FAMILY12_ROOT_COMPLEX
29   select NORTHBRIDGE_AMD_AGESA_FAMILY12
30   select SOUTHBRIDGE_AMD_CIMX_SB900
31   select SUPERIO_SMSC_KBC1100
32   select BOARD_HAS_FADT
33         select HAVE_BUS_CONFIG
34         select HAVE_OPTION_TABLE
35         select HAVE_PIRQ_TABLE
36         select HAVE_MP_TABLE
37         select HAVE_MAINBOARD_RESOURCES
38         select HAVE_HARD_RESET
39         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
40         select LIFT_BSP_APIC_ID
41   select SERIAL_CPU_INIT
42   select AMDMCT
43         select HAVE_ACPI_TABLES
44   select BOARD_ROMSIZE_KB_2048
45   select ENABLE_APIC_EXT_ID
46   select TINY_BOOTBLOCK
47         select GFXUMA
48
49 config AMD_AGESA
50         bool
51         default y
52
53 config MAINBOARD_DIR
54         string
55         default amd/torpedo
56
57 config APIC_ID_OFFSET
58         hex
59         default 0x0
60
61 config MAINBOARD_PART_NUMBER
62         string
63         default "Torpedo"
64
65 config HW_MEM_HOLE_SIZEK
66         hex
67         default 0x200000
68
69 config MAX_CPUS
70         int
71         default 4
72
73 config MAX_PHYSICAL_CPUS
74         int
75         default 1
76
77 config HW_MEM_HOLE_SIZE_AUTO_INC
78         bool
79         default n
80
81 config MEM_TRAIN_SEQ
82         int
83         default 2
84
85 config SB_HT_CHAIN_ON_BUS0
86         int
87         default 1
88
89 config HT_CHAIN_END_UNITID_BASE
90         hex
91         default 0x1
92
93 config HT_CHAIN_UNITID_BASE
94         hex
95         default 0x0
96
97 config IRQ_SLOT_COUNT
98         int
99         default 11
100
101 config RAMTOP
102         hex
103         default 0x1000000
104
105 config HEAP_SIZE
106         hex
107         default 0xc0000
108
109 config STACK_SIZE
110         hex
111         default 0x10000
112
113 config ACPI_SSDTX_NUM
114         int
115         default 0
116
117 config RAMBASE
118         hex
119         default 0x200000
120
121 config SIO_PORT
122         hex
123         default 0x2e
124
125 config ONBOARD_VGA_IS_PRIMARY
126         bool
127         default y
128
129 config VGA_BIOS
130         bool
131         default n
132
133 #config VGA_BIOS_FILE
134 #       string "VGA BIOS path and filename"
135 #       depends on VGA_BIOS
136 #       default "rom/video/LlanoGenericVbios.bin"
137
138 config VGA_BIOS_ID
139         string "VGA device PCI IDs"
140         depends on VGA_BIOS
141         default "1002,9641"
142
143 config AHCI_BIOS
144         bool
145         default n
146
147 #config AHCI_BIOS_FILE
148 #       string "AHCI ROM path and filename"
149 #       depends on AHCI_BIOS
150 #       default "rom/ahci/sb900.bin"
151
152 config AHCI_BIOS_ID
153         string "AHCI device PCI IDs"
154         depends on AHCI_BIOS
155         default "1022,7801"
156
157 config XHC_BIOS
158         bool
159         default n
160
161 #config XHC_BIOS_FILE
162 #       string "XHC BIOS path and filename"
163 #       depends on XHC_BIOS
164 #       default "rom/xhc/Xhc.rom"
165
166 config XHC_BIOS_ID
167         string "XHC device PCI IDs"
168         depends on XHC_BIOS
169         default "1022,7812"
170
171 config DRIVERS_PS2_KEYBOARD
172         bool
173         default y
174
175 config WARNINGS_ARE_ERRORS
176         bool
177         default n
178
179 config CONSOLE_POST
180         bool
181         depends on !NO_POST
182         default y
183
184 config SATA_CONTROLLER_MODE
185         hex
186         default 0x0
187         depends on SOUTHBRIDGE_AMD_CIMX_SB900
188
189 config ONBOARD_LAN
190         bool
191         default y
192
193 config ONBOARD_1394
194         bool
195         default y
196
197 config ONBOARD_USB30
198         bool
199         default n
200
201 config ONBOARD_BLUETOOTH
202         bool
203         default y
204
205 config ONBOARD_WEBCAM
206         bool
207         default y
208
209 config ONBOARD_TRAVIS
210         bool
211         default y
212
213 config ONBOARD_LIGHTSENSOR
214         bool
215         default n
216
217 endif # BOARD_AMD_TORPEDO
218