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