python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / blktrace / Config.in
blobdedfa03f03d1eb164a93ed43e4219768879adc1f
1 config BR2_PACKAGE_BLKTRACE
2         bool "blktrace"
3         depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
4         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep()
5         depends on BR2_USE_MMU # system()
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 toolchain w/ NPTL"
15         depends on BR2_USE_MMU
16         depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
17         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL