trousers: update ARC comment
[buildroot-gz.git] / package / trousers / Config.in
blobde3b9519582c50feb1a252cd5a6b916cad24ecdc
1 config BR2_PACKAGE_TROUSERS
2         bool "trousers"
3         select BR2_PACKAGE_OPENSSL
4         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         # doesn't build properly in static only configurations
7         depends on !BR2_STATIC_LIBS
8         # ARC toolchain issue
9         depends on !BR2_arc
10         help
11           The open-source TCG Software Stack (TSS).
13           This library enables the use of a Trusted Platform Module that
14           complies with the TPM specification, version 1.2. It implements the
15           TSS specification, version 1.2.
17           http://trousers.sourceforge.net/
19 comment "trousers needs a toolchain w/ threads, dynamic library"
20         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
21         depends on !BR2_arc