93b45546708d6170a7a5116a6b0bb445b897188d
[coreboot.git] / src / mainboard / amd / persimmon / 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_PERSIMMON
21
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_FINTEK_F81865F
30   select BOARD_HAS_FADT
31         select HAVE_BUS_CONFIG
32         select HAVE_OPTION_TABLE
33         select HAVE_PIRQ_TABLE
34         select HAVE_MP_TABLE
35         select HAVE_MAINBOARD_RESOURCES
36         select HAVE_HARD_RESET
37         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
38         select LIFT_BSP_APIC_ID
39   select SERIAL_CPU_INIT
40   select AMDMCT
41         select HAVE_ACPI_TABLES
42   select BOARD_ROMSIZE_KB_4096
43         select GFXUMA
44
45 config AMD_AGESA
46         bool
47         default y
48
49 config MAINBOARD_DIR
50         string
51         default amd/persimmon
52
53 config APIC_ID_OFFSET
54         hex
55         default 0x0
56
57 config MAINBOARD_PART_NUMBER
58         string
59         default "Persimmon"
60
61 config HW_MEM_HOLE_SIZEK
62         hex
63         default 0x200000
64
65 config MAX_CPUS
66         int
67         default 2
68
69 config MAX_PHYSICAL_CPUS
70         int
71         default 1
72
73 config HW_MEM_HOLE_SIZE_AUTO_INC
74         bool
75         default n
76
77 config MEM_TRAIN_SEQ
78         int
79         default 2
80
81 config IRQ_SLOT_COUNT
82         int
83         default 11
84
85 config RAMTOP
86         hex
87         default 0x1000000
88
89 config HEAP_SIZE
90         hex
91         default 0xc0000
92
93 config STACK_SIZE
94         hex
95         default 0x10000
96
97 config ACPI_SSDTX_NUM
98         int
99         default 0
100
101 config RAMBASE
102         hex
103         default 0x200000
104
105 config SIO_PORT
106         hex
107         default 0x4e
108
109 config ONBOARD_VGA_IS_PRIMARY
110         bool
111         default y
112
113 config VGA_BIOS
114        bool
115        default n
116
117 #config VGA_BIOS_FILE
118 #        string "VGA BIOS path and filename"
119 #        depends on VGA_BIOS
120 #        default "rom/video/OntarioGenericVbios.bin"
121
122 config VGA_BIOS_ID
123         string
124         default "1002,9802"
125
126
127 config SB800_AHCI_ROM
128         bool
129         default n
130
131 config DRIVERS_PS2_KEYBOARD
132         bool
133         default n
134
135 config WARNINGS_ARE_ERRORS
136         bool
137         default n
138
139 endif # BOARD_AMD_PERSIMMON
140