blob: 8e76290c0bdaadaf23e82f531144f7c6b45c1ec3 [file] [log] [blame]
Alexandru Gagniuc37a8a8b2013-05-21 14:51:26 -05001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2011-2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
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##
Alexandru Gagniuc37a8a8b2013-05-21 14:51:26 -050016
17if BOARD_VIA_EPIA_M850
18
19config BOARD_SPECIFIC_OPTIONS # dummy
20 def_bool y
Alexandru Gagniuc37a8a8b2013-05-21 14:51:26 -050021 select CPU_VIA_NANO
22 select NORTHBRIDGE_VIA_VX900
23 select SUPERIO_FINTEK_F81865F
24 select HAVE_PIRQ_TABLE
25 select PIRQ_ROUTE
26 select HAVE_MP_TABLE
27 #select HAVE_OPTION_TABLE
28 #select HAVE_ACPI_TABLES
29 #select HAVE_ACPI_RESUME
30 #select BOARD_HAS_FADT
31 select BOARD_ROMSIZE_KB_512
32
33config MAINBOARD_DIR
34 string
35 default via/epia-m850
36
37config MAINBOARD_PART_NUMBER
38 string
39 default "EPIA-M850"
40
41config IRQ_SLOT_COUNT
42 int
43 default 13
44
45endif # BOARD_VIA_EPIA_M850