tpmv2: Make it select CMD_LOG
authorTom Rini <trini@konsulko.com>
Sat, 28 Jul 2018 13:20:12 +0000 (09:20 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 30 Jul 2018 11:18:49 +0000 (07:18 -0400)
The TPMv2 code requires the log functionality, so select it.

Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig

index 6a47102..ef43ed8 100644 (file)
@@ -1544,6 +1544,7 @@ config CMD_TPM_V1
 
 config CMD_TPM_V2
        bool
+       select CMD_LOG
 
 config CMD_TPM
        bool "Enable the 'tpm' command"