summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/fsp/pci/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/fsp/pci/Kconfig')
-rw-r--r--src/soc/amd/common/fsp/pci/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/amd/common/fsp/pci/Kconfig b/src/soc/amd/common/fsp/pci/Kconfig
index 9d6596cc89..dce2c66562 100644
--- a/src/soc/amd/common/fsp/pci/Kconfig
+++ b/src/soc/amd/common/fsp/pci/Kconfig
@@ -3,3 +3,10 @@ config SOC_AMD_COMMON_FSP_PCI
select SOC_AMD_COMMON_BLOCK_PCI
help
This option enabled FSP to provide common PCI functions.
+
+config SOC_AMD_COMMON_FSP_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.