xref: /linux/io_uring/Kconfig (revision 1f9c8edd6a7e9b0fd914cfeef8ce075307e8e702)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# io_uring configuration
4#
5
6config IO_URING_ZCRX
7	def_bool y
8	depends on IO_URING
9	depends on PAGE_POOL
10	depends on INET
11	depends on NET_RX_BUSY_POLL
12