summaryrefslogtreecommitdiffstats
path: root/package/fio/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/fio/Config.in')
-rw-r--r--package/fio/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/fio/Config.in b/package/fio/Config.in
new file mode 100644
index 0000000000..deff12c9ff
--- /dev/null
+++ b/package/fio/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_FIO
+ bool "fio"
+ depends on BR2_USE_MMU # fork()
+ depends on BR2_LARGEFILE
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ help
+ fio is an I/O tool meant to be used both for benchmark
+ and stress/hardware verification.
+
+ http://git.kernel.dk/?p=fio.git;a=summary
+
+comment "fio needs a toolchain w/ largefile, threads"
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud