1config BR2_PACKAGE_LIBUSBGX 2 bool "libusbgx" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 select BR2_PACKAGE_LIBCONFIG 5 help 6 libusbgx is a C library encapsulating the kernel USB 7 gadget-configfs userspace API functionality. 8 9 https://github.com/libusbgx/libusbgx 10 11comment "libusbgx needs a toolchain w/ threads" 12 depends on !BR2_TOOLCHAIN_HAS_THREADS 13