فهرست منبع

package/wolftpm: move Config.in comment near the option it is related to

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 2 سال پیش
والد
کامیت
6ad33ff4d7
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      package/wolftpm/Config.in

+ 3 - 3
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