802b58f37bb5cef60f15422fbd2a15e4c5e30dbc
[coreboot.git] / src / mainboard / asrock / e350m1 / 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_ASROCK_E350M1
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_WINBOND_W83627HF
30         select SB_SUPERIO_HWM
31   select BOARD_HAS_FADT
32         select HAVE_BUS_CONFIG
33         select HAVE_OPTION_TABLE
34         select HAVE_PIRQ_TABLE
35         select HAVE_MP_TABLE
36         select HAVE_MAINBOARD_RESOURCES
37         select HAVE_HARD_RESET
38         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
39         select LIFT_BSP_APIC_ID
40   select SERIAL_CPU_INIT
41   select AMDMCT
42         select HAVE_ACPI_TABLES
43   select BOARD_ROMSIZE_KB_4096
44   select TINY_BOOTBLOCK
45         select GFXUMA
46
47 config AMD_AGESA
48         bool
49         default y
50
51 config MAINBOARD_DIR
52         string
53         default asrock/e350m1
54
55 config APIC_ID_OFFSET
56         hex
57         default 0x0
58
59 config MAINBOARD_PART_NUMBER
60         string
61         default "E350M1"
62
63 config HW_MEM_HOLE_SIZEK
64         hex
65         default 0x200000
66
67 config MAX_CPUS
68         int
69         default 2
70
71 config MAX_PHYSICAL_CPUS
72         int
73         default 1
74
75 config HW_MEM_HOLE_SIZE_AUTO_INC
76         bool
77         default n
78
79 config MEM_TRAIN_SEQ
80         int
81         default 2
82
83 config IRQ_SLOT_COUNT
84         int
85         default 11
86
87 config RAMTOP
88         hex
89         default 0x1000000
90
91 config HEAP_SIZE
92         hex
93         default 0xc0000
94
95 config STACK_SIZE
96         hex
97         default 0x10000
98
99 config ACPI_SSDTX_NUM
100         int
101         default 0
102
103 config RAMBASE
104         hex
105         default 0x200000
106
107 config SIO_PORT
108         hex
109         default 0x2e
110
111 config ONBOARD_VGA_IS_PRIMARY
112         bool
113         default y
114
115 config VGA_BIOS_ID
116         string
117         default "1002,9802"
118
119 config DRIVERS_PS2_KEYBOARD
120         bool
121         default n
122
123 config WARNINGS_ARE_ERRORS
124         bool
125         default n
126
127 endif # BOARD_ASROCK_E350M1
128