blob: ee02865eede74925a849a486a80f835e28a18910 [file] [log] [blame]
Elyes HAOUAS36787b02020-05-07 12:07:24 +02001# SPDX-License-Identifier: GPL-2.0-only
2
Siyuan Wang3e32cc02013-07-09 17:16:20 +08003config NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
4 bool
Kyösti Mälkki41a2c732021-05-29 21:23:18 +03005 select LEGACY_SMP_INIT
Furquan Shaikh8bdf3f42020-05-15 16:21:22 -07006 select RESOURCE_ALLOCATOR_V3
Siyuan Wang3e32cc02013-07-09 17:16:20 +08007
8if NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
9
10config HW_MEM_HOLE_SIZEK
11 hex
12 default 0x100000
13
Siyuan Wang3e32cc02013-07-09 17:16:20 +080014config MMCONF_BASE_ADDRESS
Dave Frodinbccd4082014-06-06 06:52:28 -060015 default 0xF8000000
Siyuan Wang3e32cc02013-07-09 17:16:20 +080016
17config MMCONF_BUS_NUMBER
Dave Frodinbccd4082014-06-06 06:52:28 -060018 default 64
Siyuan Wang3e32cc02013-07-09 17:16:20 +080019
Bruce Griffith76db07e2013-07-07 02:06:53 -060020config VGA_BIOS_ID
21 string
22 default "1002,9830"
23 help
24 The default VGA BIOS PCI vendor/device ID should be set to the
25 result of the map_oprom_vendev() function in northbridge.c.
26
Edward O'Callaghanae5fd342014-11-20 19:58:09 +110027endif # NORTHBRIDGE_AMD_AGESA_FAMILY16_KB