python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / gadgetfs-test / Config.in
blob9a603066e7affe4131b96cb07ae3f4b14d192c5a
1 config BR2_PACKAGE_GADGETFS_TEST
2         bool "gadgetfs-test"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         help
5           Test program for gadgetfs from linux-usb.org
7 if BR2_PACKAGE_GADGETFS_TEST
9 config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
10         bool "use asynchronous i/o"
11         depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
12         select BR2_PACKAGE_LIBAIO
13         help
14           Select this to have gadgetfs-test do asynchronous I/O using
15           the libaio library.
17 endif
19 comment "gadgetfs-test needs a toolchain w/ threads"
20         depends on !BR2_TOOLCHAIN_HAS_THREADS