xref: /linux/io_uring/Kconfig (revision e20706d5385b10a6f6a2fe5ad6b1333dad2d1416)
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 PAGE_POOL
9	depends on INET
10	depends on NET_RX_BUSY_POLL
11