blob: 01106f285ad5fac078fcbda20aed4c1d63df680c [file] [log] [blame]
Anders Jenbo9d1c76f2010-05-14 19:50:11 +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##
16## You should have received a copy of the GNU General Public License
17## along with this program; if not, write to the Free Software
18## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19##
20
21config BOARD_GIGABYTE_GA_6BXE
22 bool "GA-6BXE"
23 select ARCH_X86
24 select CPU_INTEL_SLOT_1
25 select NORTHBRIDGE_INTEL_I440BX
26 select SOUTHBRIDGE_INTEL_I82371EB
27 select SUPERIO_ITE_IT8671F
28 select ROMCC
29 select HAVE_PIRQ_TABLE
30 select UDELAY_TSC
31 select BOARD_ROMSIZE_KB_256
32 select SDRAMPWR_4DIMM
33
34config MAINBOARD_DIR
35 string
36 default gigabyte/ga-6bxe
37 depends on BOARD_GIGABYTE_GA_6BXE
38
39config MAINBOARD_PART_NUMBER
40 string
41 default "GA-6BXE"
42 depends on BOARD_GIGABYTE_GA_6BXE
43
44config HAVE_OPTION_TABLE
45 bool
46 default n
47 depends on BOARD_GIGABYTE_GA_6BXE
48
49config IRQ_SLOT_COUNT
50 int
51 default 7
52 depends on BOARD_GIGABYTE_GA_6BXE
53