|
@@ -23,6 +23,18 @@ config BR2_PACKAGE_WOLFTPM_WOLFCRYPT
|
|
|
encryption. Disabling this option is not recommended as it
|
|
|
could create a security breach in most environments.
|
|
|
|
|
|
+config BR2_PACKAGE_WOLFTPM_ST33
|
|
|
+ bool "ST33 extra functionality"
|
|
|
+ help
|
|
|
+ Enable support of TPM 2.0 extra functionality offered by the
|
|
|
+ STMicroelectronics ST33 chip.
|
|
|
+
|
|
|
+config BR2_PACKAGE_WOLFTPM_NUVOTON
|
|
|
+ bool "NPCT750 extra functionality"
|
|
|
+ help
|
|
|
+ Enable support of TPM 2.0 extra functionality offered by the
|
|
|
+ Nuvoton NPCT750 chip.
|
|
|
+
|
|
|
comment "wolfCrypt hooks need a toolchain w/ threads, dynamic library"
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
|