diff --git a/package/wolftpm/Config.in b/package/wolftpm/Config.in index 4e712d0afb..4ed1853bde 100644 --- a/package/wolftpm/Config.in +++ b/package/wolftpm/Config.in @@ -23,6 +23,9 @@ config BR2_PACKAGE_WOLFTPM_WOLFCRYPT encryption. Disabling this option is not recommended as it could create a security breach in most environments. +comment "wolfCrypt hooks need a toolchain w/ threads, dynamic library" + depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS + config BR2_PACKAGE_WOLFTPM_ST33 bool "ST33 extra functionality" help @@ -40,7 +43,4 @@ config BR2_PACKAGE_WOLFTPM_DEBUG help Enable debug messages in wolfTPM. -comment "wolfCrypt hooks need a toolchain w/ threads, dynamic library" - depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS - endif