Config.in 352 B

123456789101112
  1. config 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. https://github.com/libusbgx/libusbgx
  9. comment "libusbgx needs a toolchain w/ threads"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS