summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/pcie/Kconfig
blob: f65d8c16f359a668af3d9e88e651edfae6aae13a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
config SOC_INTEL_COMMON_BLOCK_PCIE
	bool
	select PCIEXP_COMMON_CLOCK
	help
	  Intel Processor common PCIE support

if SOC_INTEL_COMMON_BLOCK_PCIE

source "src/soc/intel/common/block/pcie/*/Kconfig"

config PCIEXP_ASPM
	default y

config PCIEXP_CLK_PM
	default y

config PCIEXP_L1_SUB_STATE
	default y

config PCIE_LTR_MAX_SNOOP_LATENCY
	hex
	default 0x1003
	help
	  Latency tolerance reporting, max snoop latency value defaults to 3.14 ms.

config PCIE_LTR_MAX_NO_SNOOP_LATENCY
	hex
	default 0x1003
	help
	  Latency tolerance reporting, max non-snoop latency value defaults to 3.14 ms.

endif # SOC_INTEL_COMMON_BLOCK_PCIE

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.