mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user