blob: dce2c66562c84427004af0c5d0d2566a84ef12fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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.
|