buildgcc: support pigz and lbzip2 decpmpressors if installed.
[coreboot.git] / src / mainboard / getac / p470 / Kconfig
blobea68bed9da955419ca1812b2341d82756abb3998
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.
15 if BOARD_GETAC_P470
17 config BOARD_SPECIFIC_OPTIONS # dummy
18         def_bool y
19         select SYSTEM_TYPE_LAPTOP
20         select CPU_INTEL_SOCKET_MFCPGA478
21         select NORTHBRIDGE_INTEL_I945
22         select NORTHBRIDGE_INTEL_SUBTYPE_I945GM
23         select SOUTHBRIDGE_INTEL_I82801GX
24         select SOUTHBRIDGE_TI_PCIXX12
25         select SUPERIO_SMSC_FDC37N972
26         select SUPERIO_SMSC_SIO10N268
27         select EC_ACPI
28         select HAVE_ACPI_TABLES
29         select HAVE_PIRQ_TABLE
30         select HAVE_MP_TABLE
31         select HAVE_OPTION_TABLE
32         select HAVE_ACPI_RESUME
33         select UDELAY_LAPIC
34         select BOARD_ROMSIZE_KB_1024
35         select CHANNEL_XOR_RANDOMIZATION
36         select EARLY_CBMEM_INIT
37         select VGA
38         select MAINBOARD_HAS_NATIVE_VGA_INIT
39         select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
40         select INTEL_EDID
41         select INTEL_INT15
43 config MAINBOARD_DIR
44         string
45         default getac/p470
47 config MAINBOARD_PART_NUMBER
48         string
49         default "P470"
51 config MMCONF_BASE_ADDRESS
52         hex
53         default 0xf0000000
55 config IRQ_SLOT_COUNT
56         int
57         default 18
59 config MAX_CPUS
60         int
61         default 4
63 config VGA_BIOS_FILE
64         string
65         default "getac-pci8086,27a2.rom"
67 endif # BOARD_GETAC_P470