diff options
Diffstat (limited to 'package/iozone/Config.in')
-rw-r--r-- | package/iozone/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/iozone/Config.in b/package/iozone/Config.in new file mode 100644 index 000000000..5481ca15e --- /dev/null +++ b/package/iozone/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_IOZONE + bool "iozone" + depends on BR2_LARGEFILE + depends on BR2_USE_MMU # fork() + help + IOzone is a filesystem benchmark tool. + The benchmark generates and measures a variety of file operations + + http://www.iozone.org/ + +comment "IOzone requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE |