From: Tom Rini <trini@konsulko.com>
Date: Sat, 28 Jul 2018 13:20:12 +0000 (-0400)
Subject: tpmv2: Make it select CMD_LOG
X-Git-Tag: v2025.01-rc5-pxa1908~3840
X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=3a8c8bffd767abb350010f3892c0029c54cef725;p=u-boot.git

tpmv2: Make it select CMD_LOG

The TPMv2 code requires the log functionality, so select it.

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

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 6a471020f8..ef43ed8dda 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"