blob: 1c79a7924bf93b12e820a1cc66fb840bc112dff4 [file] [log] [blame]
Uwe Hermannbca3b922009-08-26 17:10:00 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
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
Nils Jacobsdd6ad342010-05-14 09:48:05 +00008## the Free Software Foundation; version 2 of the License.
Uwe Hermannbca3b922009-08-26 17:10:00 +00009##
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_COMPAQ_DESKPRO_EN_SFF_P600
21 bool "Deskpro EN SFF P600"
22 select ARCH_X86
Uwe Hermann53c72762010-03-13 20:36:11 +000023 select CPU_INTEL_SLOT_1
Uwe Hermannbca3b922009-08-26 17:10:00 +000024 select NORTHBRIDGE_INTEL_I440BX
25 select SOUTHBRIDGE_INTEL_I82371EB
Patrick Georgi892b0912009-09-24 09:03:06 +000026 # should be SUPERIO_NSC_PC97307!
27 select SUPERIO_NSC_PC97317
Patrick Georgi2063197a2010-02-09 12:21:10 +000028 select ROMCC
Uwe Hermannbca3b922009-08-26 17:10:00 +000029 select HAVE_PIRQ_TABLE
Uwe Hermann99950c22009-10-06 22:25:21 +000030 select UDELAY_TSC
Uwe Hermannd65509d2009-10-16 17:37:20 +000031 select BOARD_ROMSIZE_KB_256
Uwe Hermannbca3b922009-08-26 17:10:00 +000032
33config MAINBOARD_DIR
34 string
35 default compaq/deskpro_en_sff_p600
36 depends on BOARD_COMPAQ_DESKPRO_EN_SFF_P600
37
38config MAINBOARD_PART_NUMBER
39 string
40 default "Deskpro EN SFF P600"
41 depends on BOARD_COMPAQ_DESKPRO_EN_SFF_P600
42
43config HAVE_OPTION_TABLE
44 bool
45 default n
46 depends on BOARD_COMPAQ_DESKPRO_EN_SFF_P600
47
48config IRQ_SLOT_COUNT
49 int
50 default 5
51 depends on BOARD_COMPAQ_DESKPRO_EN_SFF_P600
52