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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni 2022-10-30 22:31:59 +01:00
parent fada6de8b0
commit 6ad33ff4d7

View File

@ -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