diff options
| author | Tom Rini <[email protected]> | 2018-07-28 09:20:12 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-07-30 07:18:49 -0400 |
| commit | 3a8c8bffd767abb350010f3892c0029c54cef725 (patch) | |
| tree | ec744da7e53715e7b4b7eff48c23783f445ea26c /cmd | |
| parent | 608017026571ea7ac29e5da200efeac71fb42d57 (diff) | |
tpmv2: Make it select CMD_LOG
The TPMv2 code requires the log functionality, so select it.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 1 |
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" |
