u-boot-brain/drivers/tpm/Kconfig
Simon Glass 527a07277b sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig
Move this over to Kconfig and tidy up.

Signed-off-by: Simon Glass <sjg@chromium.org>
2015-04-18 11:11:38 -06:00

8 lines
276 B
Plaintext

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.