db5e0a04e36daec663f5c32c968aa3b77113a3ad
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rt-tests / Config.in
1 config BR2_PACKAGE_RT_TESTS
2         bool "rt-tests"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_USE_MMU # fork()
5         help
6           Set of utilities for testing the real-time behaviour of a
7           Linux system.
8
9           All tools are simple C programs with no dependencies, except
10           the hwlatdetect utility, which is a Python script and
11           therefore requires the Python interpreter. It will only be
12           installed if a Python interpreter has been selected in the
13           Buildroot configuration.
14
15           Note that this package requires a toolchain built with the
16           NPTL implementation of the pthread API (this is always the
17           case with glibc/eglibc toolchains, but may not necessarily
18           be the case with uClibc toolchains, since the thread
19           implementation is configurable).
20
21           http://rt.wiki.kernel.org
22
23
24 comment "rt-tests may not work on MIPS with an external uClibc toolchain"
25         depends on BR2_PACKAGE_RT_TESTS
26         depends on BR2_TOOLCHAIN_EXTERNAL_UCLIBC
27         depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
28
29 comment "rt-tests needs a toolchain w/ threads"
30         depends on !BR2_TOOLCHAIN_HAS_THREADS
31         depends on BR2_USE_MMU