summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/fsp/pci/Kconfig
blob: 3aabf4beb8b0b38b14f4fd570804c7af7c1d93a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SPDX-License-Identifier: GPL-2.0-only

config SOC_AMD_COMMON_FSP_PCI
	bool
	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.