From: Miquel Raynal Date: Thu, 19 Jul 2018 20:35:11 +0000 (+0200) Subject: tpm: make TPM_V2 be compiled by default X-Git-Tag: v2018.09-rc1~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=58233075f972bacd2acfb47d1bc8fd069a1c3b10;p=oweals%2Fu-boot.git tpm: make TPM_V2 be compiled by default 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 Reviewed-by: Simon Glass --- diff --git a/drivers/tpm/Kconfig b/drivers/tpm/Kconfig index 782a620f91..94629dffd2 100644 --- a/drivers/tpm/Kconfig +++ b/drivers/tpm/Kconfig @@ -120,6 +120,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.