xref: /OK3568_Linux_fs/buildroot/package/bonnie/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_BONNIE
2	bool "bonnie++"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_USE_MMU # fork()
5	help
6	  A benchmark suite that is aimed at performing a number of
7	  simple tests of hard drive and file system performance.
8
9	  http://www.coker.com.au/bonnie++/
10
11comment "bonnie++ needs a toolchain w/ C++"
12	depends on BR2_USE_MMU
13	depends on !BR2_INSTALL_LIBSTDCPP
14