80bc621207df8b7b6def05c58a575e829e40c665
[coreboot.git] / src / mainboard / amd / inagua / Kconfig
1 #
2 # This file is part of the coreboot project.
3 #
4 # Copyright (C) 2010-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_INAGUA
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_FAMILY14
28   select NORTHBRIDGE_AMD_AGESA_FAMILY14_ROOT_COMPLEX
29   select NORTHBRIDGE_AMD_AGESA_FAMILY14
30   select SOUTHBRIDGE_AMD_CIMX_SB800
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/inagua
56
57 config APIC_ID_OFFSET
58         hex
59         default 0x0
60
61 config MAINBOARD_PART_NUMBER
62         string
63         default "Inagua"
64
65 config HW_MEM_HOLE_SIZEK
66         hex
67         default 0x200000
68
69 config MAX_CPUS
70         int
71         default 2
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 DRIVERS_PS2_KEYBOARD
126         bool
127         default y
128
129 config WARNINGS_ARE_ERRORS
130         bool
131         default n
132
133 config ONBOARD_VGA_IS_PRIMARY
134         bool
135         default y
136
137 config VGA_BIOS
138         bool
139         default n
140
141 #config VGA_BIOS_FILE
142 #        string "VGA BIOS path and filename"
143 #        depends on VGA_BIOS
144 #        default "rom/video/OntarioGenericVBios.bin"
145
146 config VGA_BIOS_ID
147         string "VGA device PCI IDs"
148         depends on VGA_BIOS
149         default "1002,9802"
150
151 config AHCI_ROM
152         bool
153         default n
154
155 #config AHCI_ROM_FILE
156 #        string "AHCI ROM path and filename"
157 #        depends on AHCI_ROM
158 #        default "rom/ahci/sb800.bin"
159
160 config AHCI_ROM_ID
161         string "AHCI device PCI IDs"
162         depends on AHCI_ROM
163         default "1002,4391"
164
165 endif # BOARD_AMD_INAGUA
166