aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/pcie/Kconfig
blob: aa323244013b57e3ad10bfd4022e2e89d89588ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config SOC_INTEL_COMMON_BLOCK_PCIE
	bool
	select PCIEXP_ASPM
	select PCIEXP_CLK_PM
	select PCIEXP_COMMON_CLOCK
	select PCIEXP_L1_SUB_STATE
	help
	  Intel Processor common PCIE support

config PCIE_DEBUG_INFO
	bool
	help
	  Enable debug logs in PCIe module. Allows debug information on memory
	  base and limit, prefetchable memory base and limit, prefetchable memory
	  base upper 32 bits and prefetchable memory limit upper 32 bits.