You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
297 B
9 lines
297 B
2 years ago
|
config BR2_PACKAGE_LIBUIO
|
||
|
bool "libuio"
|
||
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
||
|
help
|
||
|
libuio is a light-weight C programming library to handle UIO
|
||
|
(Userspace I/O) device discovery and binding task.
|
||
|
|
||
|
http://github.com/Linutronix/libuio
|