aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/pci/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/pci/Kconfig')
-rw-r--r--src/soc/amd/common/block/pci/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/pci/Kconfig b/src/soc/amd/common/block/pci/Kconfig
index 74ea69784d..a59d87eb54 100644
--- a/src/soc/amd/common/block/pci/Kconfig
+++ b/src/soc/amd/common/block/pci/Kconfig
@@ -1,6 +1,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.