tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / northbridge / amd / pi / 00660F01 / Kconfig
blob5de31d21f4c3cd349dbbe5a59b1808341d58d1f2
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2015 Advanced Micro Devices, Inc.
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; version 2 of the License.
9 ##
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.
15 config NORTHBRIDGE_AMD_PI_00660F01
16         bool
17         select MMCONF_SUPPORT
18         select PER_DEVICE_ACPI_TABLES
20 if NORTHBRIDGE_AMD_PI_00660F01
22 config HW_MEM_HOLE_SIZEK
23         hex
24         default 0x100000
26 config HW_MEM_HOLE_SIZE_AUTO_INC
27         bool
28         default n
30 config MMCONF_BASE_ADDRESS
31         hex
32         default 0xF8000000
34 config MMCONF_BUS_NUMBER
35         int
36         default 64
38 config VGA_BIOS_ID
39         string
40         default "1002,9870"
41         help
42           The default VGA BIOS PCI vendor/device ID should be set to the
43           result of the map_oprom_vendev() function in northbridge.c.
45 config VGA_BIOS_FILE
46         string
47         default "3rdparty/blobs/northbridge/amd/00660F01/VBIOS.bin"
49 endif