summaryrefslogtreecommitdiff
path: root/drivers/tpm/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-02-01 06:57:35 -0500
committerTom Rini <trini@konsulko.com>2017-02-01 06:57:35 -0500
commitf77309d34325369dbdf0bf62387c9e974f1b37da (patch)
treee78043de1b4f3659f755074887fbc52ba95fc0a2 /drivers/tpm/Kconfig
parentdd3b64eb56dae10016bd314e59a650da511c1a4e (diff)
parenta1b6b0a9c1f91756b93e6d804837dc178d79d39e (diff)
downloadu-boot-imx-f77309d34325369dbdf0bf62387c9e974f1b37da.zip
u-boot-imx-f77309d34325369dbdf0bf62387c9e974f1b37da.tar.gz
u-boot-imx-f77309d34325369dbdf0bf62387c9e974f1b37da.tar.bz2
Merge git://www.denx.de/git/u-boot-marvell
Diffstat (limited to 'drivers/tpm/Kconfig')
-rw-r--r--drivers/tpm/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/tpm/Kconfig b/drivers/tpm/Kconfig
index 7ab34ce..3490ee0 100644
--- a/drivers/tpm/Kconfig
+++ b/drivers/tpm/Kconfig
@@ -82,4 +82,10 @@ config TPM_ST33ZP24_SPI
to the device using the standard TPM Interface Specification (TIS)
protocol
+config TPM_FLUSH_RESOURCES
+ bool "Enable TPM resource flushing support"
+ depends on TPM
+ help
+ Enable support to flush specific resources (e.g. keys) from the TPM.
+ The functionality is available via the 'tpm' command as well.
endmenu