summaryrefslogtreecommitdiffstats
path: root/rules/libaio.in
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-05-24 12:54:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 10:29:11 +0200
commit6d5ec889cc0be9e3bbdbeaa862089f039a0fea36 (patch)
tree6c576acb051b307bd8d3e5f3532e80b6457c09cc /rules/libaio.in
parent03aac15241bab441c7802bbabe659a2305809196 (diff)
downloadptxdist-6d5ec889cc0be9e3bbdbeaa862089f039a0fea36.tar.gz
ptxdist-6d5ec889cc0be9e3bbdbeaa862089f039a0fea36.tar.xz
libaio: add new package
This library simplifies the use of asynchronous I/O access the Linux kernel supports. In order to make use of this feature, the kernel's CONFIG_AIO is set. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> [mol: fix DESTDIR handling] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libaio.in')
-rw-r--r--rules/libaio.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/libaio.in b/rules/libaio.in
new file mode 100644
index 000000000..f10149c8b
--- /dev/null
+++ b/rules/libaio.in
@@ -0,0 +1,7 @@
+## SECTION=system_libraries
+
+config LIBAIO
+ tristate
+ prompt "libaio"
+ help
+ Library for asynchronous I/O access