Config.in 551 B

123456789101112131415
  1. config 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. http://www.draisberghof.de/usb_modeswitch/
  11. comment "usb_modeswitch_data needs a toolchain w/ threads, gcc >= 4.9"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS || \
  13. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9