mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 08:46:59 +02:00
8 lines
276 B
Plaintext
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.
|