blob: 67c9fa490fe3237b27b90c4a7d1fd387d05b1859 [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##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000015if BOARD_AZZA_PT_6IBD
Uwe Hermannbca3b922009-08-26 17:10:00 +000016
Jens Rottmann9a684fc2010-08-30 16:36:51 +000017config BOARD_SPECIFIC_OPTIONS # dummy
18 def_bool y
Uwe Hermann53c72762010-03-13 20:36:11 +000019 select CPU_INTEL_SLOT_1
Uwe Hermannbca3b922009-08-26 17:10:00 +000020 select NORTHBRIDGE_INTEL_I440BX
21 select SOUTHBRIDGE_INTEL_I82371EB
22 select SUPERIO_WINBOND_W83977TF
23 select HAVE_PIRQ_TABLE
Uwe Hermannd65509d2009-10-16 17:37:20 +000024 select BOARD_ROMSIZE_KB_256
Uwe Hermannbca3b922009-08-26 17:10:00 +000025
26config MAINBOARD_DIR
27 string
28 default azza/pt-6ibd
Uwe Hermannbca3b922009-08-26 17:10:00 +000029
30config MAINBOARD_PART_NUMBER
31 string
32 default "PT-6IBD"
Uwe Hermannbca3b922009-08-26 17:10:00 +000033
Uwe Hermannbca3b922009-08-26 17:10:00 +000034config IRQ_SLOT_COUNT
35 int
36 default 7
Uwe Hermannbca3b922009-08-26 17:10:00 +000037
Jens Rottmann9a684fc2010-08-30 16:36:51 +000038endif # BOARD_AZZA_PT_6IBD