Get rid of the old romstage-as-bootblock ROM layout
[coreboot.git] / src / mainboard / getac / p470 / Kconfig
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007-2008 coresystems GmbH
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 if BOARD_GETAC_P470
20
21 config BOARD_SPECIFIC_OPTIONS # dummy
22         def_bool y
23         select ARCH_X86
24         select CPU_INTEL_SOCKET_MFCPGA478
25         select NORTHBRIDGE_INTEL_I945GM
26         select SOUTHBRIDGE_INTEL_I82801GX
27         select SOUTHBRIDGE_TI_PCIXX12
28         select SUPERIO_SMSC_FDC37N972
29         select SUPERIO_SMSC_SIO10N268
30         select EC_ACPI
31         select BOARD_HAS_FADT
32         select HAVE_ACPI_TABLES
33         select HAVE_PIRQ_TABLE
34         select HAVE_MP_TABLE
35         select HAVE_OPTION_TABLE
36         select HAVE_ACPI_RESUME
37         select HAVE_ACPI_SLIC
38         select MMCONF_SUPPORT
39         select UDELAY_LAPIC
40         select HAVE_SMI_HANDLER
41         select BOARD_ROMSIZE_KB_1024
42         select GFXUMA
43         select CHANNEL_XOR_RANDOMIZATION
44
45 config MAINBOARD_DIR
46         string
47         default getac/p470
48
49 config MAINBOARD_PART_NUMBER
50         string
51         default "P470"
52
53 config MMCONF_BASE_ADDRESS
54         hex
55         default 0xf0000000
56
57 config IRQ_SLOT_COUNT
58         int
59         default 18
60
61 config MAX_CPUS
62         int
63         default 4
64
65 config MAX_PHYSICAL_CPUS
66         int
67         default 2
68
69 config VGA_BIOS_FILE
70         string
71         default "getac-pci8086,27a2.rom"
72
73 endif # BOARD_GETAC_P470