summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/tracehub/Kconfig
blob: 76a01861a1b27362bb0e250c89dbdce058261b14 (plain)
1
2
3
4
5
6
7
8
9
config SOC_INTEL_COMMON_BLOCK_TRACEHUB
	bool
	default n
	help
	 Enable Intel Trace Hub (TH) driver. Intel FSP reserves some portion of
	 memory for TH to store traces. This memory region information is
	 passed via FSP HOB to coreboot. This driver locates the HOB and marks
	 that memory region as reserved so that Operating System does not use
	 this memory.