blob: 4df00c966281fbb1e4d2df5668a4eae33c6c3e82 [file] [log] [blame]
Joseph Smithb94a79f2010-06-21 23:25:06 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2010 Joseph Smith <joe@settoplinux.org>
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
20config BOARD_INTEL_D810E2CB
21 bool "D810E2CB"
22 select ARCH_X86
23 select CPU_INTEL_SOCKET_FC_PGA370
24 select NORTHBRIDGE_INTEL_I82810
25 select SOUTHBRIDGE_INTEL_I82801BX
26 select SUPERIO_SMSC_SMSCSUPERIO
27 select HAVE_PIRQ_TABLE
28 select UDELAY_TSC
29 select BOARD_ROMSIZE_KB_512
30 select HAVE_MAINBOARD_RESOURCES
31 select GFXUMA
32
33config MAINBOARD_DIR
34 string
35 default intel/d810e2cb
36 depends on BOARD_INTEL_D810E2CB
37
38config MAINBOARD_PART_NUMBER
39 string
40 default "D810E2CB"
41 depends on BOARD_INTEL_D810E2CB
42
Joseph Smithb94a79f2010-06-21 23:25:06 +000043config IRQ_SLOT_COUNT
44 int
45 default 7
46 depends on BOARD_INTEL_D810E2CB
47