diff mbox series

[U-Boot,5/6] tpm: make TPM_V2 be compiled by default

Message ID 20180714121633.15180-6-miquel.raynal@bootlin.com
State Superseded
Delegated to: Tom Rini
Headers show
Series Allow both TPM stacks to be compiled at the same time | expand

Commit Message

Miquel Raynal July 14, 2018, 12:16 p.m. UTC
TPM_V1 was already compiled by default. Now that both can be compiled
at the same time, compiled them both by default.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 drivers/tpm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass July 19, 2018, 1:31 a.m. UTC | #1
On 14 July 2018 at 06:16, Miquel Raynal <miquel.raynal@bootlin.com> wrote:
> TPM_V1 was already compiled by default. Now that both can be compiled
> at the same time, compiled them both by default.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
>  drivers/tpm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/drivers/tpm/Kconfig b/drivers/tpm/Kconfig
index 704ab81e2d..e20768fa5e 100644
--- a/drivers/tpm/Kconfig
+++ b/drivers/tpm/Kconfig
@@ -121,6 +121,7 @@  endif # TPM_V1
 config TPM_V2
 	bool "TPMv2.x support"
 	depends on TPM
+	default y
 	help
 	  Major TPM versions are not compatible at all, choose either
 	  one or the other. This option enables TPMv2.x drivers/commands.