X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=drivers%2Ftpm%2FKconfig;fp=drivers%2Ftpm%2FKconfig;h=f408b8a81d1e7d2f438c1ce20590f8563920d002;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=b7f4b434b0a3828a05f5160dc2e0076e25e23f33;hpb=c594e6c9d05640def9e4f94c5ab079256c0893ce 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.