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