blob: 302a6b84977b3ab6aae7f54ea8f1c69e8cad68f5 [file] [log] [blame]
Richard Spiegel2bbc3dc2017-12-06 16:14:58 -07001config SOC_AMD_COMMON_BLOCK_PCI
2 bool
Felix Held21cdf0d2020-11-23 16:24:29 +01003 select SOC_AMD_COMMON_BLOCK_PCI_MMCONF
Richard Spiegel2bbc3dc2017-12-06 16:14:58 -07004 help
5 This option builds functions used to program PCI interrupt
6 routing, both PIC and APIC modes.
Felix Held21cdf0d2020-11-23 16:24:29 +01007
8config SOC_AMD_COMMON_BLOCK_PCI_MMCONF
9 bool
Felix Held21cdf0d2020-11-23 16:24:29 +010010 help
11 Selecting this option adds the AMD-common enable_pci_mmconf function
12 to the build.
Raul E Rangele4f83172021-05-10 14:49:55 -060013
14config SOC_AMD_COMMON_BLOCK_PCIE_GPP_DRIVER
15 bool
16 depends on SOC_AMD_COMMON_BLOCK_PCI
17 help
18 Select this option to use AMD common PCIe GPP driver.