aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index f7180a98c0..0696feb246 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -862,6 +862,13 @@ config X86EMU_DEBUG_IO
If unsure, say N.
+config DEBUG_TPM
+ bool "Output verbose TPM debug messages"
+ default n
+ depends on TPM
+ help
+ This option enables additional TPM related debug messages.
+
config LLSHELL
bool "Built-in low-level shell"
default n