Add DEBUG_TPM option to Debugging menu
[coreboot.git] / src / Kconfig
index f7180a98c0aabd91e8d68fcfd9f95f8855aa96bb..0696feb24640c9794885226c03525ecc8b709790 100644 (file)
@@ -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