1config BR2_PACKAGE_USB_MODESWITCH_DATA 2 bool "usb_modeswitch_data" 3 depends on BR2_TOOLCHAIN_HAS_THREADS # usb_modeswitch -> libusb 4 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # usb_modeswitch -> libusb 5 select BR2_PACKAGE_USB_MODESWITCH 6 help 7 USB mode switch data 8 Contains udev rules and events to allow usb_modeswitch to 9 function automatically 10 11 http://www.draisberghof.de/usb_modeswitch/ 12 13comment "usb_modeswitch_data needs a toolchain w/ threads, gcc >= 4.9" 14 depends on !BR2_TOOLCHAIN_HAS_THREADS || \ 15 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 16