summaryrefslogtreecommitdiffstats
path: root/drivers/tpm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-06 13:19:07 -0700
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:38 -0600
commit527a07277b32a0052d1fa1263e4e3eac72099256 (patch)
tree2117007f2d058789a9ee43e61fb7f6664675dd00 /drivers/tpm
parent949dd81b43f8f8499320dbb20266abdd4e9ae303 (diff)
downloadblackbird-obmc-uboot-527a07277b32a0052d1fa1263e4e3eac72099256.tar.gz
blackbird-obmc-uboot-527a07277b32a0052d1fa1263e4e3eac72099256.zip
sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/tpm')
-rw-r--r--drivers/tpm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/tpm/Kconfig b/drivers/tpm/Kconfig
index e69de29bb2..f408b8a81d 100644
--- a/drivers/tpm/Kconfig
+++ b/drivers/tpm/Kconfig
@@ -0,0 +1,7 @@
+config TPM_TIS_SANDBOX
+ bool "Enable sandbox TPM driver"
+ help
+ This driver emulates a TPM, providing access to base functions
+ such as reading and writing TPM private data. This is enough to
+ support Chrome OS verified boot. Extend functionality is not
+ implemented.
OpenPOWER on IntegriCloud