summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/stb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/stb/Kconfig')
-rw-r--r--src/soc/amd/common/block/stb/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/stb/Kconfig b/src/soc/amd/common/block/stb/Kconfig
index 8935e92556a6..fe2b5b7a1a37 100644
--- a/src/soc/amd/common/block/stb/Kconfig
+++ b/src/soc/amd/common/block/stb/Kconfig
@@ -14,4 +14,10 @@ config WRITE_STB_BUFFER_TO_CONSOLE
points through the boot process. Note that this will prevent the
entries from being stored if the Spill-to-DRAM feature is enabled.
+config ADD_POSTCODES_TO_STB
+ bool "Add coreboot postcodes to STB"
+ default y
+ help
+ Add coreboot's postcodes to the smart trace buffer
+
endif