]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Kconfig
tpm: Add Kconfig options for TPMs
[karo-tx-uboot.git] / common / Kconfig
index cfe1651caa4d7deb78e863bf900dc0a3e6221f7d..6bb01ad4447932ed6495e93ca725860596fa19e8 100644 (file)
@@ -766,6 +766,18 @@ config CMD_REGULATOR
 
 endmenu
 
+menu "Security commands"
+config CMD_TPM
+       bool "Enable the 'tpm' command"
+       depends on TPM
+       help
+         This provides a means to talk to a TPM from the command line. A wide
+         range of commands if provided - see 'tpm help' for details. The
+         command requires a suitable TPM on your board and the correct driver
+         must be enabled.
+
+endmenu
+
 endmenu
 
 menu "Environment configuration settings"