xref: /OK3568_Linux_fs/buildroot/package/usb_modeswitch_data/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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