xref: /OK3568_Linux_fs/buildroot/package/iozone/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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