1317df2ee5fb038effd6f1b87526ca9d6c8d1001
[coreboot.git] / src / mainboard / intel / d945gclf / Kconfig
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2009 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_INTEL_D945GCLF
20
21 config BOARD_SPECIFIC_OPTIONS # dummy
22         def_bool y
23         select ARCH_X86
24         select CPU_INTEL_SOCKET_441
25         select NORTHBRIDGE_INTEL_I945
26         select SOUTHBRIDGE_INTEL_I82801GX
27         select SUPERIO_SMSC_LPC47M15X
28         select BOARD_HAS_FADT
29         select GENERATE_ACPI_TABLES
30         select GENERATE_PIRQ_TABLE
31         select GENERATE_MP_TABLE
32         select HAVE_OPTION_TABLE
33         select HAVE_PIRQ_TABLE
34         select HAVE_MP_TABLE
35         select HAVE_ACPI_TABLES
36         select HAVE_ACPI_RESUME
37         select MMCONF_SUPPORT
38         select HAVE_ACPI_TABLES
39         select HAVE_SMI_HANDLER
40         select BOARD_ROMSIZE_KB_512
41         select CACHE_AS_RAM
42         select GFXUMA
43         select TINY_BOOTBLOCK
44
45 config MAINBOARD_DIR
46         string
47         default intel/d945gclf
48
49 config DCACHE_RAM_BASE
50         hex
51         default 0xffdf8000
52
53 config DCACHE_RAM_SIZE
54         hex
55         default 0x8000
56
57 config MAINBOARD_PART_NUMBER
58         string
59         default "D945GCLF"
60
61 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
62         hex
63         default 0x464C
64
65 config MMCONF_BASE_ADDRESS
66         hex
67         default 0xf0000000
68
69 config IRQ_SLOT_COUNT
70         int
71         default 18
72
73 config MAX_CPUS
74         int
75         default 4
76
77 config MAX_PHYSICAL_CPUS
78         int
79         default 2
80
81 endif # BOARD_INTEL_D945GCLF