projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d87434a
)
tpm: make TPM_V2 be compiled by default
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Thu, 19 Jul 2018 20:35:11 +0000
(22:35 +0200)
committer
Tom Rini
<trini@konsulko.com>
Sat, 28 Jul 2018 15:58:09 +0000
(11:58 -0400)
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>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/tpm/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/tpm/Kconfig
b/drivers/tpm/Kconfig
index 782a620f916061efe4dabc30132d0b346b079cce..94629dffd2efeaf654a0fd4d05f424a4616392be 100644
(file)
--- 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.