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