aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini2018-07-28 09:20:12 -0400
committerTom Rini2018-07-30 07:18:49 -0400
commit3a8c8bffd767abb350010f3892c0029c54cef725 (patch)
treeec744da7e53715e7b4b7eff48c23783f445ea26c
parent608017026571ea7ac29e5da200efeac71fb42d57 (diff)
tpmv2: Make it select CMD_LOG
The TPMv2 code requires the log functionality, so select it. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 6a471020f84..ef43ed8dda4 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1544,6 +1544,7 @@ config CMD_TPM_V1
config CMD_TPM_V2
bool
+ select CMD_LOG
config CMD_TPM
bool "Enable the 'tpm' command"