tpm2: ftpm: A driver for firmware TPM running inside TEE
[oweals/u-boot.git] / drivers / tpm / Kconfig
index 94629dffd2efeaf654a0fd4d05f424a4616392be..81bbffc50d19608c54945fc361e747b2fc0af272 100644 (file)
@@ -145,6 +145,12 @@ config TPM2_TIS_SPI
          to the device using the standard TPM Interface Specification (TIS)
          protocol.
 
+config TPM2_FTPM_TEE
+       bool "TEE based fTPM Interface"
+       depends on TEE && OPTEE && TPM_V2
+       help
+         This driver supports firmware TPM running in TEE.
+
 endif # TPM_V2
 
 endmenu