From 6ad33ff4d77eee483f54add9ed9e2100d558120f Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 30 Oct 2022 22:31:59 +0100 Subject: [PATCH] package/wolftpm: move Config.in comment near the option it is related to Signed-off-by: Thomas Petazzoni --- package/wolftpm/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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