summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/family16kb/Kconfig
blob: 8cf919a2d525d9c5a2eb31550cb9c659bc0cd649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# SPDX-License-Identifier: GPL-2.0-only

config NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
	bool
	select LEGACY_SMP_INIT
	select RESOURCE_ALLOCATOR_V3

if NORTHBRIDGE_AMD_AGESA_FAMILY16_KB

config HW_MEM_HOLE_SIZEK
	hex
	default 0x100000

config ECAM_MMCONF_BASE_ADDRESS
	default 0xF8000000

config ECAM_MMCONF_BUS_NUMBER
	default 64

config VGA_BIOS_ID
	string
	default "1002,9830"
	help
	  The default VGA BIOS PCI vendor/device ID should be set to the
	  result of the map_oprom_vendev() function in northbridge.c.

endif # NORTHBRIDGE_AMD_AGESA_FAMILY16_KB