summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/pci/Kconfig
blob: 1c21833bd22681e802399e8ff5fead6137e38ba3 (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
config SOC_AMD_COMMON_BLOCK_PCI
	bool
	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
	help
	  Selecting this option adds the AMD-common enable_pci_mmconf function
	  to the build.

config SOC_AMD_COMMON_BLOCK_PCIE_GPP_DRIVER
	bool
	depends on SOC_AMD_COMMON_BLOCK_PCI
	help
	  Select this option to use AMD common PCIe GPP driver.

config SOC_AMD_COMMON_BLOCK_PCIE_CLK_REQ
	bool
	depends on SOC_AMD_COMMON_BLOCK_PCIE_GPP_DRIVER
	help
	  This option includes code to disable PCIe clock request if the corresponding
	  PCIe device is disabled.