hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_GADGETFS_TEST
   bool "gadgetfs-test"
   depends on BR2_TOOLCHAIN_HAS_THREADS
   help
     Test program for gadgetfs from linux-usb.org
 
if BR2_PACKAGE_GADGETFS_TEST
 
config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
   bool "use asynchronous i/o"
   depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
   select BR2_PACKAGE_LIBAIO
   help
     Select this to have gadgetfs-test do asynchronous I/O using
     the libaio library.
 
endif
 
comment "gadgetfs-test needs a toolchain w/ threads"
   depends on !BR2_TOOLCHAIN_HAS_THREADS