1config 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 8 operations 9 10 http://www.iozone.org/ 11 12comment "iozone needs a toolchain w/ NPTL" 13 depends on BR2_USE_MMU 14 depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL 15