1 config BR2_PACKAGE_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
8 blktrace is a block layer IO tracing mechanism which provides
9 detailed information about request queue operations
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