wavpack: properly wrap help text
[buildroot-gz.git] / package / iozone / Config.in
blob33c938ee7fdda85bb4c10ab439a56aa9c5041a06
1 config BR2_PACKAGE_IOZONE
2         bool "iozone"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
5         help
6           IOzone is a filesystem benchmark tool.
7           The benchmark generates and measures a variety of file operations
9           http://www.iozone.org/
11 comment "iozone needs a toolchain w/ NPTL"
12         depends on BR2_USE_MMU
13         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL