summaryrefslogtreecommitdiffstats
path: root/rules/liburing.in
blob: b96282a0d07b671ecccdb37973933db68b70693f (plain)
1
2
3
4
5
6
7
8
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.