summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/gadgetfs-test/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/buildroot/package/gadgetfs-test/Config.in')
-rw-r--r--cleopatre/buildroot/package/gadgetfs-test/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/gadgetfs-test/Config.in b/cleopatre/buildroot/package/gadgetfs-test/Config.in
new file mode 100644
index 0000000000..276ec5402a
--- /dev/null
+++ b/cleopatre/buildroot/package/gadgetfs-test/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_GADGETFS_TEST
+ bool "gadgetfs-test"
+ help
+ Test program for gadgetfs from linux-usb.org
+
+config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
+ bool "use asynchronous i/o"
+ depends on BR2_PACKAGE_GADGETFS_TEST
+ select BR2_PACKAGE_LIBAIO
+ help
+ Select this to have gadgetfs-test do asynchronous I/O using
+ the libaio library.