1## SPDX-License-Identifier: GPL-2.0-only 2 3config SOC_AMD_COMMON_BLOCK_PCI 4 bool 5 select SOC_AMD_COMMON_BLOCK_PCI_MMCONF 6 help 7 This option builds functions used to program PCI interrupt 8 routing, both PIC and APIC modes. 9 10config SOC_AMD_COMMON_BLOCK_PCI_MMCONF 11 bool 12 help 13 Selecting this option adds the AMD-common enable_pci_mmconf function 14 to the build. 15 16config SOC_AMD_COMMON_BLOCK_PCIE_GPP_DRIVER 17 bool 18 depends on SOC_AMD_COMMON_BLOCK_PCI 19 help 20 Select this option to use AMD common PCIe GPP driver. 21