buildrootschalter/package/gadgetfs-test/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

13 lines
337 B
Plaintext

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.