2009-09-01 18:04:17 +02:00
|
|
|
config BR2_PACKAGE_USB_MODESWITCH
|
|
|
|
bool "usb_modeswitch"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
2010-04-22 20:58:16 +02:00
|
|
|
select BR2_PACKAGE_LIBUSB
|
2009-09-01 18:04:17 +02:00
|
|
|
help
|
|
|
|
USB mode switcher.
|
|
|
|
Used to switch mode on multiple-function devices
|
|
|
|
|
|
|
|
http://www.draisberghof.de/usb_modeswitch/
|
2012-06-28 03:35:25 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "usb_modeswitch needs a toolchain w/ threads"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|