tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / amd / parmer / Kconfig
blobaecf065571b6e94e73d174a85d5c767a8558032a
2 # This file is part of the coreboot project.
4 # Copyright (C) 2012 Advanced Micro Devices, Inc.
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; version 2 of the License.
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.
16 if BOARD_AMD_PARMER
18 config BOARD_SPECIFIC_OPTIONS # dummy
19         def_bool y
20         select CPU_AMD_AGESA_FAMILY15_TN
21         select NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
22         select SOUTHBRIDGE_AMD_AGESA_HUDSON
23         select HAVE_OPTION_TABLE
24         select HAVE_PIRQ_TABLE
25         select HAVE_MP_TABLE
26         select HAVE_ACPI_TABLES
27         select BOARD_ROMSIZE_KB_4096
28         select GFXUMA
29         select UDELAY_LAPIC
31 config MAINBOARD_DIR
32         string
33         default amd/parmer
35 config MAINBOARD_PART_NUMBER
36         string
37         default "Parmer"
39 config HW_MEM_HOLE_SIZEK
40         hex
41         default 0x200000
43 config MAX_CPUS
44         int
45         default 4
47 config HW_MEM_HOLE_SIZE_AUTO_INC
48         bool
49         default n
51 config IRQ_SLOT_COUNT
52         int
53         default 11
55 config ONBOARD_VGA_IS_PRIMARY
56         bool
57         default y
59 config VGA_BIOS_ID
60         string
61         default "1002,9900"
63 config HUDSON_LEGACY_FREE
64         bool
65         default y
67 endif # BOARD_AMD_PARMER