summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/stb/Kconfig
blob: 8935e92556a6564ae338e2eb067947d9d183dbc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config SOC_AMD_COMMON_BLOCK_STB
	bool
	select SOC_AMD_COMMON_BLOCK_SMN
	help
	  Select in the SOC if it supports the Smart Trace Buffer

if SOC_AMD_COMMON_BLOCK_STB

config WRITE_STB_BUFFER_TO_CONSOLE
	bool "Write STB entries to the console log"
	default n
	help
	  This option will tell coreboot to print the STB buffer at various
	  points through the boot process. Note that this will prevent the
	  entries from being stored if the Spill-to-DRAM feature is enabled.

endif