summaryrefslogtreecommitdiffstats
path: root/src/drivers/tpm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/tpm/Kconfig')
-rw-r--r--src/drivers/tpm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/tpm/Kconfig b/src/drivers/tpm/Kconfig
new file mode 100644
index 000000000000..8508210fc63e
--- /dev/null
+++ b/src/drivers/tpm/Kconfig
@@ -0,0 +1,7 @@
+config TPM_INIT
+ bool
+ default y if TPM1 || TPM2
+ depends on !VBOOT
+ help
+ This driver automatically initializes the TPM if vboot is not used.
+ The TPM driver init is done during the ramstage chip init phase.