expedite: use a tar.bz2 tarball to save bandwitdh and disk space
[buildroot-gz.git] / package / blktrace / Config.in
blobed5d78a542c628e7d21c37053fb434003e9a370f
1 config BR2_PACKAGE_BLKTRACE
2         bool "blktrace"
3         # Uses posix_spawn()
4         depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL
5         depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
6         select BR2_PACKAGE_LIBAIO
7         help
8           blktrace is a block layer IO tracing mechanism which provides
9           detailed information about request queue operations
10           up to user space.
12           http://git.kernel.dk/?p=blktrace.git;a=summary
14 comment "blktrace needs a (e)glibc or musl toolchain"
15         depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)