af5bf778eabd991680c08e8a7dbf723a6ac70560
[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_CORE
25         select CPU_INTEL_SOCKET_MFCPGA478
26         select NORTHBRIDGE_INTEL_I945GM
27         select SOUTHBRIDGE_INTEL_I82801GX
28         select SOUTHBRIDGE_TI_PCIXX12
29         select SUPERIO_SMSC_FDC37N972
30         select SUPERIO_SMSC_SIO10N268
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 AP_IN_SIPI_WAIT
40         select UDELAY_LAPIC
41         select HAVE_SMI_HANDLER
42         select BOARD_ROMSIZE_KB_1024
43         select CACHE_AS_RAM
44         select GFXUMA
45         select TINY_BOOTBLOCK
46         select CHANNEL_XOR_RANDOMIZATION
47
48 config MAINBOARD_DIR
49         string
50         default getac/p470
51
52 config DCACHE_RAM_BASE
53         hex
54         default 0xffdf8000
55
56 config DCACHE_RAM_SIZE
57         hex
58         default 0x8000
59
60 config MAINBOARD_PART_NUMBER
61         string
62         default "P470"
63
64 config MMCONF_BASE_ADDRESS
65         hex
66         default 0xf0000000
67
68 config IRQ_SLOT_COUNT
69         int
70         default 18
71
72 config MAX_CPUS
73         int
74         default 4
75
76 config MAX_PHYSICAL_CPUS
77         int
78         default 2
79
80 config FALLBACK_VGA_BIOS_FILE
81         string
82         default "getac-pci8086,27a2.rom"
83
84 endif # BOARD_GETAC_P470