Config.in 455 B

123456789101112131415
  1. config BR2_PACKAGE_BLKTRACE
  2. bool "blktrace"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_USE_MMU # system()
  5. select BR2_PACKAGE_LIBAIO
  6. help
  7. blktrace is a block layer IO tracing mechanism which provides
  8. detailed information about request queue operations
  9. up to user space.
  10. http://git.kernel.dk/?p=blktrace.git;a=summary
  11. comment "blktrace needs a toolchain w/ threads"
  12. depends on BR2_USE_MMU
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS