buildrootschalter/package/gadgetfs-test/Config.in

17 lines
476 B
Plaintext
Raw Normal View History

2007-07-28 17:30:20 +02:00
config BR2_PACKAGE_GADGETFS_TEST
bool "gadgetfs-test"
depends on BR2_TOOLCHAIN_HAS_THREADS
2007-07-28 17:30:20 +02:00
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