AMD Inagua: Kconfig: Remove `WARNINGS_ARE_ERRORS` to treat warnings as errors
[coreboot.git] / src / mainboard / amd / inagua / Kconfig
blobc30347dd84461beef788416207b407d113da9b8d
2 # This file is part of the coreboot project.
4 # Copyright (C) 2010-2011 Advanced Micro Devices, Inc.
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.
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.
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
20 if BOARD_AMD_INAGUA
22 config BOARD_SPECIFIC_OPTIONS # dummy
23         def_bool y
24         select ARCH_X86
25         select CPU_AMD_AGESA_FAMILY14
26         select NORTHBRIDGE_AMD_AGESA_FAMILY14_ROOT_COMPLEX
27         select NORTHBRIDGE_AMD_AGESA_FAMILY14
28         select SOUTHBRIDGE_AMD_CIMX_SB800
29         select SUPERIO_SMSC_KBC1100
30         select HAVE_OPTION_TABLE
31         select HAVE_PIRQ_TABLE
32         select HAVE_MP_TABLE
33         select HAVE_HARD_RESET
34         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
35         select LIFT_BSP_APIC_ID
36         select SERIAL_CPU_INIT
37         select AMDMCT
38         select HAVE_ACPI_TABLES
39         select BOARD_ROMSIZE_KB_2048
40         select ENABLE_APIC_EXT_ID
41         select GFXUMA
43 config MAINBOARD_DIR
44         string
45         default amd/inagua
47 config APIC_ID_OFFSET
48         hex
49         default 0x0
51 config MAINBOARD_PART_NUMBER
52         string
53         default "Inagua"
55 config HW_MEM_HOLE_SIZEK
56         hex
57         default 0x200000
59 config MAX_CPUS
60         int
61         default 2
63 config MAX_PHYSICAL_CPUS
64         int
65         default 1
67 config HW_MEM_HOLE_SIZE_AUTO_INC
68         bool
69         default n
71 config MEM_TRAIN_SEQ
72         int
73         default 2
75 config IRQ_SLOT_COUNT
76         int
77         default 11
79 config RAMTOP
80         hex
81         default 0x1000000
83 config HEAP_SIZE
84         hex
85         default 0xc0000
87 config STACK_SIZE
88         hex
89         default 0x10000
91 config RAMBASE
92         hex
93         default 0x200000
95 config SIO_PORT
96         hex
97         default 0x2e
99 config DRIVERS_PS2_KEYBOARD
100         bool
101         default y
103 config ONBOARD_VGA_IS_PRIMARY
104         bool
105         default y
107 config VGA_BIOS
108         bool
109         default n
111 #config VGA_BIOS_FILE
112 #        string "VGA BIOS path and filename"
113 #        depends on VGA_BIOS
114 #        default "rom/video/OntarioGenericVBios.bin"
116 config VGA_BIOS_ID
117         string "VGA device PCI IDs"
118         depends on VGA_BIOS
119         default "1002,9802"
121 config SB800_AHCI_ROM
122         bool
123         default n
125 endif # BOARD_AMD_INAGUA