xref: /OK3568_Linux_fs/buildroot/package/libuio/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBUIO
2	bool "libuio"
3	select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
4	help
5	  libuio is a light-weight C programming library to handle UIO
6	  (Userspace I/O) device discovery and binding task.
7
8	  http://github.com/Linutronix/libuio
9