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:
parent
fada6de8b0
commit
6ad33ff4d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user