aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/pci/Kconfig
blob: a59d87eb5486bdeb51a7a839526557f3849d4af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config SOC_AMD_COMMON_BLOCK_PCI
	bool
	default n
	select SOC_AMD_COMMON_BLOCK_PCI_MMCONF
	help
	  This option builds functions used to program PCI interrupt
	  routing, both PIC and APIC modes.

config SOC_AMD_COMMON_BLOCK_PCI_MMCONF
	bool
	default n
	help
	  Selecting this option adds the AMD-common enable_pci_mmconf function
	  to the build.