summaryrefslogtreecommitdiffstats
path: root/package/gadgetfs-test/Config.in
blob: a582db61a399c46c3a3b9a85a3cdbf34d2628793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_GADGETFS_TEST
	bool "gadgetfs-test"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	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.

comment "gadgetfs-test requires thread support in toolchain"
	depends on !BR2_TOOLCHAIN_HAS_THREADS