2012-03-18 02:30:35 +01:00
|
|
|
config BR2_PACKAGE_USB_MODESWITCH_DATA
|
|
|
|
bool "usb_modeswitch_data"
|
|
|
|
select BR2_PACKAGE_USB_MODESWITCH
|
2013-07-27 17:15:53 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # usb_modeswitch -> libusb
|
2012-03-18 02:30:35 +01:00
|
|
|
help
|
|
|
|
USB mode switch data
|
|
|
|
Contains udev rules and events to allow usb_modeswitch to
|
|
|
|
function automatically
|
|
|
|
|
|
|
|
http://www.draisberghof.de/usb_modeswitch/
|
2013-07-27 17:15:53 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "usb_modeswitch_data needs a toolchain w/ threads"
|
2013-07-27 17:15:53 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|