summaryrefslogtreecommitdiffstats
path: root/rules/liburing.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/liburing.in')
-rw-r--r--rules/liburing.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/liburing.in b/rules/liburing.in
new file mode 100644
index 000000000..b96282a0d
--- /dev/null
+++ b/rules/liburing.in
@@ -0,0 +1,9 @@
+## SECTION=system_libraries
+
+config LIBURING
+ tristate
+ prompt "liburing"
+ help
+ liburing provides helpers to setup and teardown io_uring instances,
+ and also a simplified interface for applications that don't need (or want)
+ to deal with the full kernel side implementation.