|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_TPM2_TSS
|
|
config BR2_PACKAGE_TPM2_TSS
|
|
bool "tpm2-tss"
|
|
bool "tpm2-tss"
|
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_LIBURIPARSER
|
|
select BR2_PACKAGE_LIBURIPARSER
|
|
help
|
|
help
|
|
OSS implementation of the Trusted Computing Group's (TCG) TPM2
|
|
OSS implementation of the Trusted Computing Group's (TCG) TPM2
|
|
@@ -29,3 +30,6 @@ config BR2_PACKAGE_TPM2_TSS
|
|
Microsoft software TPM2 simulator.
|
|
Microsoft software TPM2 simulator.
|
|
|
|
|
|
https://github.com/tpm2-software/tpm2-tss
|
|
https://github.com/tpm2-software/tpm2-tss
|
|
|
|
+
|
|
|
|
+comment "tpm2-tss needs a toolchain w/ C++"
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP
|