summaryrefslogtreecommitdiff
path: root/drivers/tpm/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-04-04 09:18:57 -0400
committerTom Rini <trini@konsulko.com>2017-04-04 09:18:57 -0400
commit7d67bb1daf2daae7bce49147494f8c45001e76b1 (patch)
treecd53bbf4d3fd5701a6396a8918e629b95b70b1fa /drivers/tpm/Kconfig
parentf532703665ae5e5957211bbc4e7296a8313cc403 (diff)
parent44d5c371a63e56eb53866b645e75396fa1d95510 (diff)
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'drivers/tpm/Kconfig')
-rw-r--r--drivers/tpm/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/tpm/Kconfig b/drivers/tpm/Kconfig
index 3490ee0c3b..2a64bc49c3 100644
--- a/drivers/tpm/Kconfig
+++ b/drivers/tpm/Kconfig
@@ -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