diff mbox series

[U-Boot] tpmv2: Make it select CMD_LOG

Message ID 1532784042-26470-1-git-send-email-trini@konsulko.com
State Accepted
Commit 3a8c8bffd767abb350010f3892c0029c54cef725
Delegated to: Tom Rini
Headers show
Series [U-Boot] tpmv2: Make it select CMD_LOG | expand

Commit Message

Tom Rini July 28, 2018, 1:20 p.m. UTC
The TPMv2 code requires the log functionality, so select it.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini July 30, 2018, 8:02 p.m. UTC | #1
On Sat, Jul 28, 2018 at 09:20:42AM -0400, Tom Rini wrote:

> The TPMv2 code requires the log functionality, so select it.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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