Merge git://git.denx.de/u-boot-fsl-qoriq
[oweals/u-boot.git] / drivers / tpm / Kconfig
index 3490ee0c3b6550a14fc9f9012413ddc377141ff5..2a64bc49c3ff8073ba4a0ceb2358374b97a2630f 100644 (file)
@@ -88,4 +88,19 @@ config TPM_FLUSH_RESOURCES
        help
          Enable support to flush specific resources (e.g. keys) from the TPM.
          The functionality is available via the 'tpm' command as well.
+
+config TPM_LOAD_KEY_BY_SHA1
+       bool "Enable TPM key loading by SHA1 support"
+       depends on TPM
+       help
+         Enable support to load keys into the TPM by identifying
+         their parent via the public key's SHA1 hash.
+         The functionality is available via the 'tpm' command as well.
+
+config TPM_LIST_RESOURCES
+       bool "Enable TPM resource listing support"
+       depends on TPM
+       help
+         Enable support to list specific resources (e.g. keys) within the TPM.
+         The functionality is available via the 'tpm' command as well.
 endmenu