mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
16 lines
452 B
Plaintext
16 lines
452 B
Plaintext
config BR2_PACKAGE_TPM_TOOLS
|
|
bool "tpm-tools"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # trousers
|
|
depends on !BR2_STATIC_LIBS # trousers
|
|
depends on !BR2_arc # trousers
|
|
select BR2_PACKAGE_TROUSERS
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
Tools to manage and diagnose a TPM
|
|
|
|
http://trousers.sourceforge.net/
|
|
|
|
comment "tpm-tools needs a toolchain w/ threads, dynamic library"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
depends on !BR2_arc
|