tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / via / epia-m850 / Kconfig
blob8e76290c0bdaadaf23e82f531144f7c6b45c1ec3
1 ##
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.
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.
17 if BOARD_VIA_EPIA_M850
19 config BOARD_SPECIFIC_OPTIONS # dummy
20         def_bool y
21         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
33 config MAINBOARD_DIR
34         string
35         default via/epia-m850
37 config MAINBOARD_PART_NUMBER
38         string
39         default "EPIA-M850"
41 config IRQ_SLOT_COUNT
42         int
43         default 13
45 endif # BOARD_VIA_EPIA_M850