blob: 909836272541b2e7337700d10439cffac36482c4 [file] [log] [blame]
Anders Jenboa06f9502010-06-09 08:08:12 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2010 Anders Jenbo <anders@jenbo.dk>
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; either version 2 of the License, or
9## (at your option) any later version.
10##
11## This program is distributed in the hope that it will be useful,
12## but WITHOUT ANY WARRANTY; without even the implied warranty of
13## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14## GNU General Public License for more details.
15##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000016if BOARD_ECS_P6IWP_FE
Anders Jenboa06f9502010-06-09 08:08:12 +000017
Jens Rottmann9a684fc2010-08-30 16:36:51 +000018config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
Anders Jenboa06f9502010-06-09 08:08:12 +000020 select CPU_INTEL_SOCKET_PGA370
21 select NORTHBRIDGE_INTEL_I82810
22 select SOUTHBRIDGE_INTEL_I82801AX
23 select SUPERIO_ITE_IT8712F
Anders Jenboa06f9502010-06-09 08:08:12 +000024 select HAVE_PIRQ_TABLE
25 select UDELAY_TSC
26 select BOARD_ROMSIZE_KB_512
Anders Jenboa06f9502010-06-09 08:08:12 +000027
28config MAINBOARD_DIR
29 string
30 default ecs/p6iwp-fe
Anders Jenboa06f9502010-06-09 08:08:12 +000031
32config MAINBOARD_PART_NUMBER
33 string
34 default "P6IWP-FE"
Anders Jenboa06f9502010-06-09 08:08:12 +000035
Anders Jenboa06f9502010-06-09 08:08:12 +000036config IRQ_SLOT_COUNT
37 int
38 default 10
Anders Jenboa06f9502010-06-09 08:08:12 +000039
Jens Rottmann9a684fc2010-08-30 16:36:51 +000040endif # BOARD_ECS_P6IWP_FE