mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
527a07277b
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
276 B
Text
7 lines
276 B
Text
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.
|